Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ch0rizo committed Feb 1, 2025
1 parent 8dc5249 commit 2d9d30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
position: absolute;
top: 0px;
right: 0px;
color: black;
color: var(--secondary-font-color);
}
2 changes: 1 addition & 1 deletion app/routes/users/components/UserProfile/Penalties.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const Penalties = ({ userId }: Props) => {
</Flex>
</>
)}
<a href={`https://abakus.no/pages/arrangementer/26-arrangementsregler`}>
<a href="https://abakus.no/pages/arrangementer/26-arrangementsregler">
<Icon
name="information-circle-outline"
size={25}
Expand Down

0 comments on commit 2d9d30e

Please sign in to comment.