Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alimaktabi committed Sep 26, 2024
2 parents 6b84043 + 90b9e15 commit e4ec60f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ const socialLinks = [
localClass: "hover:bg-blue-200",
link: "https://github.com/UnitapApp",
},
{
img: "discord-icon.svg",
localClass: "hover:bg-blue-200",
link: "https://discord.gg/unitap",
},
// {
// img: "discord-icon.svg",
// localClass: "hover:bg-blue-200",
// link: "https://discord.gg/unitap",
// },
];

const Footer = () => {
Expand Down
4 changes: 2 additions & 2 deletions components/layout/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ const Footer: FC = () => {
hoverable
></Icon>
</Link>
<Link href="https://discord.gg/unitap" target="_blank">
{/* <Link href="https://discord.gg/unitap" target="_blank">
<Icon
iconSrc="/assets/images/footer/discord.svg"
width="34px"
height="auto"
className="mr-4"
hoverable
></Icon>
</Link>
</Link> */}
<Link
href="https://www.youtube.com/@UnitapApp?sub_confirmation=1"
target="_blank"
Expand Down

0 comments on commit e4ec60f

Please sign in to comment.