Skip to content

Commit

Permalink
fix btns in about-filip route
Browse files Browse the repository at this point in the history
  • Loading branch information
filipc30 committed Jan 30, 2024
1 parent 4a1ca2d commit 4d6e9c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/routes/about+/filip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default function AboutFilip() {
<Link to="/portfolio">
<Button
className="capitalize"
size="sm"
size="xs"
variant="highlight-secondary"
>
in portfolio
Expand All @@ -171,7 +171,7 @@ export default function AboutFilip() {
<Link to="/projects">
<Button
className="capitalize"
size="sm"
size="xs"
variant="highlight-secondary"
>
in projects
Expand All @@ -184,7 +184,7 @@ export default function AboutFilip() {
>
<Button
className="capitalize"
size="sm"
size="xs"
variant="highlight-secondary"
>
or github
Expand Down

0 comments on commit 4d6e9c4

Please sign in to comment.