Skip to content

Commit c7f2df6

Browse files
committed
update github username
1 parent 27bdd91 commit c7f2df6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/components/bento-grid-section.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const BentoGridSection = () => {
88
return <BentoGrid className="mt-8">
99
<BentoCard
1010
Icon={DashboardSquare03Icon}
11-
href="https://github.com/m-ahdal/hyprmac"
11+
href="https://github.com/hackr-sh/hyprmac"
1212
name="HyprMac"
1313
cta="GitHub"
1414
background={<>
@@ -19,7 +19,7 @@ export const BentoGridSection = () => {
1919
/>
2020
<BentoCard
2121
Icon={KeyboardIcon}
22-
href="https://github.com/m-ahdal/clackr"
22+
href="https://github.com/hackr-sh/clackr"
2323
name="Clackr"
2424
cta="GitHub"
2525
background={<>
@@ -41,7 +41,7 @@ export const BentoGridSection = () => {
4141
/>
4242
<BentoCard
4343
Icon={StackIcon}
44-
href="https://github.com/m-ahdal/stackybar"
44+
href="https://github.com/hackr-sh/stackybar"
4545
name="StackyBar"
4646
cta="GitHub"
4747
background={<>

src/components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const links = [
1212
{ Icon: <PenTool03Icon />, href: "/blog", name: "Blog" },
1313
];
1414
export const externalLinks = [
15-
{ Icon: <GithubIcon />, href: "https://github.com/m-ahdal", name: "GitHub" },
15+
{ Icon: <GithubIcon />, href: "https://github.com/hackr-sh", name: "GitHub" },
1616
{ Icon: <Linkedin01Icon />, href: "https://www.linkedin.com/in/mohammadalahdal/", name: "LinkedIn" },
1717
{ Icon: <TwitterIcon />, href: "https://twitter.com/0xh4ckr", name: "Twitter" },
1818
];

src/pages/contact.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ import Layout from '~/layouts/Layout.astro';
2525
<span>me at hackr.sh</span>
2626
</Button>
2727
</a>
28-
<a class="flex-row flex justify-center items-center gap-2" href="https://github.com/m-ahdal" target="_blank">
28+
<a class="flex-row flex justify-center items-center gap-2" href="https://github.com/hackr-sh" target="_blank">
2929
<Button variant="ghost">
3030
<GithubIcon className="h-6 w-6" />
31-
<span>m-ahdal on GitHub</span>
31+
<span>@hackr-sh on GitHub</span>
3232
</Button>
3333
</a>
3434
<a class="flex-row flex justify-center items-center gap-2" href="https://www.linkedin.com/in/mohammadalahdal/" target="_blank">

0 commit comments

Comments
 (0)