Skip to content

Commit

Permalink
Update vercel links
Browse files Browse the repository at this point in the history
  • Loading branch information
maltejur committed Feb 25, 2021
1 parent 364d7d7 commit daed0a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ To learn more about Next.js, take a look at the following resources:
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

<p align="center">
<a href="https://vercel.com">
<a href="https://vercel.com?utm_source=thealgorithms&utm_campaign=oss">
<img src="./public/powered-by-vercel.svg" height="35px" alt="Powered by Vercel" />
</a>
</p>
5 changes: 4 additions & 1 deletion components/footer/index.tsx
Expand Up @@ -40,7 +40,10 @@ export default function Footer() {
<Link href="https://twitter.com/The_Algorithms">Twitter</Link>
<Link href="/all">All algorithms</Link>
</div>
<a className={classes.vercelLogo} href="https://vercel.com">
<a
className={classes.vercelLogo}
href="https://vercel.com?utm_source=thealgorithms&utm_campaign=oss"
>
<span>Powered by</span>
<svg
height="1em"
Expand Down
10 changes: 5 additions & 5 deletions components/icon/index.tsx
Expand Up @@ -16,11 +16,11 @@ export default function LanguageIcon({
</Tooltip>
);

const textIcon = (text: string) => (
<Tooltip title={tooltip || ""}>
<Typography className={classes.textIcon}>{text}</Typography>
</Tooltip>
);
// const textIcon = (text: string) => (
// <Tooltip title={tooltip || ""}>
// <Typography className={classes.textIcon}>{text}</Typography>
// </Tooltip>
// );

switch (language.toLowerCase() as Language | string) {
case "ruby":
Expand Down

1 comment on commit daed0a8

@vercel
Copy link

@vercel vercel bot commented on daed0a8 Feb 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.