Skip to content

Commit

Permalink
feat(footer): add vercel logo, remove ct3a logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxeln committed Sep 18, 2022
1 parent 5151105 commit 1b8552a
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions www/src/components/footer/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,15 @@ const isLanding = path === "/";
class="pb-6 mb-6 border border-x-0 border-t-0 border-b-t3-purple-100 sm:border-0"
>
<a
href="https://vercel.com/?utm_source=t3-oss&utm_campaign=oss"
rel="noopener noreferrer"
href="/"
class="flex justify-center space-x-3 md:justify-start"
target="_blank"
>
<div class="flex items-center justify-center">
<img
class="rounded-lg"
src="/favicon.svg"
width="60"
height="60"
alt="T3 Logo"
/>
<span class="text-2xl font-semibold pl-3">Create T3 App</span>
</div>
<img
src="/images/powered-by-vercel.svg"
class="w-full h-10 mt-6"
alt="Powered by Vercel"
/>
</a>
</div>
</div>
Expand Down

0 comments on commit 1b8552a

Please sign in to comment.