Skip to content

Commit ccf8d91

Browse files
committed
CREATOR logos updated
1 parent 50cfa69 commit ccf8d91

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

public/images/creator_small.webp

42 KB
Loading

public/images/creator_white.webp

59.2 KB
Loading

src/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="flex-shrink-0 flex items-center gap-3">
99
<a href="#">
1010
<img
11-
src="/images/creator.webp"
11+
src="/images/creator_small.webp"
1212
alt="Creator Simulator Logo"
1313
class="h-10 w-auto transition-transform hover:scale-105"
1414
/>

src/components/HeroSection.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
>
99
<!-- Content -->
1010
<div class="space-y-4 text-center lg:text-left">
11-
<h2 class="text-3xl sm:text-4xl lg:text-5xl font-bold leading-tight">
12-
CREATOR
13-
</h2>
11+
<img
12+
src="/images/creator_white.webp"
13+
alt="Creator Simulator Logo"
14+
/>
1415
<p
1516
class="text-base sm:text-lg text-blue-100 dark:text-gray-300 max-w-2xl mx-auto lg:mx-0"
1617
>

0 commit comments

Comments
 (0)