Add catchphrases into about page

This commit is contained in:
Daniele Pancottini
2023-01-02 19:10:29 +01:00
parent 8e51ad7cd7
commit 23491e2ec2
10 changed files with 210 additions and 104 deletions

View File

@@ -72,7 +72,7 @@ const Footer: FC<Props> = ({ className, pages }) => {
<a
className={s.link}
aria-label="Github Repository"
href="https://github.com/vercel/commerce"
href="https://github.com/DanielePancottini"
>
<Github />
</a>
@@ -83,21 +83,6 @@ const Footer: FC<Props> = ({ className, pages }) => {
<div>
<span>&copy; 2020 ACME, Inc. All rights reserved.</span>
</div>
<div className="flex items-center text-primary text-sm">
<span className="text-primary">Created by</span>
<a
rel="noopener noreferrer"
href="https://vercel.com"
aria-label="Vercel.com Link"
target="_blank"
className="text-primary"
>
<Vercel
className="inline-block h-6 ml-3 text-primary"
alt="Vercel.com Logo"
/>
</a>
</div>
</div>
</Container>
</footer>