Skip to content

Commit

Permalink
update contact
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdavid7 committed Aug 6, 2024
1 parent 74c1f73 commit 3a52505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/components/ContactUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export const ContactUs = () => {
<div className="text-lg flex flex-col gap-2 mt-4 pl-4">
<div className="flex items-center gap-2 mt-2">
<TeleSvg width="24" height="24" />
<a href="https://t.me/david7oathan" className="text-blue-500">
t.me/david7oathan
<a href="https://t.me/bc0xdavid" className="text-blue-500">
t.me/david
</a>
</div>
<div className="flex items-center gap-2 mt-2">
<DiscordSvg width="24" height="24" />
<a href="https://discord.gg/6VkkwFazT7" className="text-blue-500">
<a href="https://discord.gg/NhUfGfJwah" className="text-blue-500">
discord.com/channels@zunilab
</a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ export default function FooterWrapper(props: Props): JSX.Element {
<div className="flex flex-col gap-2 mt-4">
<div className="flex items-center gap-2 mt-2">
<TeleSvg width="24" height="24" />
<a href="https://t.me/david7oathan" className="text-blue-600">
t.me/david7oathan
<a href="https://t.me/bc0xdavid" className="text-blue-600">
t.me/david
</a>
</div>
<div className="flex items-center gap-2 mt-2">
<DiscordSvg width="24" height="24" />
<a
href="https://discord.gg/6VkkwFazT7"
href="https://discord.gg/NhUfGfJwah"
className="text-blue-500"
>
discord.com/channels@zuni-lab
Expand Down

0 comments on commit 3a52505

Please sign in to comment.