fixes on step 10

This commit is contained in:
2026-02-03 11:12:41 +01:00
parent cf5d988bbc
commit 9583b7030c
6 changed files with 11 additions and 84 deletions

View File

@@ -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>