Skip to content

Commit

Permalink
Chore/fixes (#126)
Browse files Browse the repository at this point in the history
Fixed visual appearance of the website.
  • Loading branch information
JurreBrandsenInfoSupport committed May 23, 2024
1 parent 81b690d commit faf7d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/svg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export function InfoSupportLogo() {
export function ArrowRightDarkModeFriendly() {
return (
<svg
className="arrow-right ml-2 fill-[#003865] dark:fill-white "
className="arrow-right ml-2 mt-1 fill-[#003865] dark:fill-white "
width="10"
height="10"
viewBox="0 0 4 6"
Expand Down Expand Up @@ -273,7 +273,7 @@ export function Download() {
export function ArrowLeftDarkModeFriendly() {
return (
<svg
className="arrow-left mr-2 fill-[#003865] dark:fill-white"
className="arrow-left mr-2 mt-1 fill-[#003865] dark:fill-white"
width="10"
height="10"
viewBox="0 0 4 6"
Expand Down

0 comments on commit faf7d7e

Please sign in to comment.