fixes on step 10
This commit is contained in:
@@ -62,6 +62,7 @@ const buttonClasses = computed(() => {
|
||||
classes.push('bg-transparent text-gray-400')
|
||||
}
|
||||
} else {
|
||||
classes.push('cursor-pointer')
|
||||
if (props.variant === 'primary') {
|
||||
classes.push(
|
||||
'bg-primary text-gray-900',
|
||||
|
||||
@@ -8,7 +8,5 @@ defineProps({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div :class="['font-bold text-primary', $props.class]">
|
||||
Piccadilly
|
||||
</div>
|
||||
<img src="/images/baker-tilly-logo.svg" alt="Baker Tilly" :class="['h-8', $props.class]" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user