That's the icon in the background.
This commit is contained in:
@@ -13,7 +13,16 @@ const pageTitle = computed(() => {
|
||||
<template>
|
||||
<div class="min-h-screen flex flex-col">
|
||||
<PageHeader :title="pageTitle" />
|
||||
<main class="flex-1">
|
||||
|
||||
<!-- Growth symbol watermark -->
|
||||
<img
|
||||
src="/images/growth-symbol.png"
|
||||
alt=""
|
||||
aria-hidden="true"
|
||||
class="fixed bottom-0 right-0 w-[600px] translate-x-[15%] translate-y-[15%] opacity-[0.03] pointer-events-none select-none z-0"
|
||||
/>
|
||||
|
||||
<main class="flex-1 relative z-10">
|
||||
<slot />
|
||||
</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user