Skip to content

Commit

Permalink
Merge pull request #203 from makraz/master
Browse files Browse the repository at this point in the history
Fix the github link in the footer
  • Loading branch information
JefferyHus authored Feb 19, 2024
2 parents bc2cde8 + 5216b75 commit 9e9a841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Footer = () => {
<li>
<a
className="hover:underline"
href="https://github.com/DevC-Casa/awesome-morocco"
href="https://github.com/geeksblabla//awesome-morocco"
target="_blank"
rel="noreferrer"
>
Expand Down Expand Up @@ -169,7 +169,7 @@ export const Footer = () => {

<a
className=" hover:underline"
href="https://github.com/devc-casa"
href="https://github.com/geeksblabla/"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit 9e9a841

Please sign in to comment.