Skip to content

Commit

Permalink
add @ to all links (@ is src folder)
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed Mar 4, 2024
1 parent 9dc7bb2 commit 9729e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/header.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Assets
import githubLogoDark from '../assets/svg/github-mark-white.svg';
import githubLogoLight from '../assets/svg/github-mark.svg';
import githubLogoDark from '@/assets/svg/github-mark-white.svg';
import githubLogoLight from '@/assets/svg/github-mark.svg';
import palestineSvg from '@/assets/svg/Flag_of_Palestine.svg';

// Components
Expand Down

0 comments on commit 9729e97

Please sign in to comment.