style: align project repository links to left and right
This commit is contained in:
parent
e422ea6cbf
commit
e4dc11a16c
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ export default function Portfolio() {
|
||||||
<Link
|
<Link
|
||||||
href={project.backendLink}
|
href={project.backendLink}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="text-xs font-mono text-blue-400 hover:underline inline-flex items-center gap-1"
|
className="text-xs font-mono text-blue-400 hover:underline inline-flex items-center justify-end gap-1 text-right"
|
||||||
>
|
>
|
||||||
Code (Backend) →
|
Code (Backend) →
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue