Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
reset icons
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ13th committed May 5, 2024
1 parent 30e1a40 commit 834981a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions public/images/bg-blur.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/(dashboard)/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ const CircleCard = ({ color }: CircleCardProps) => {
width="97.8"
height="97.8"
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
color-interpolation-filters="sRGB"
>
<feFlood floodOpacity="0" result="BackgroundImageFix" />
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
Expand Down
4 changes: 2 additions & 2 deletions src/app/gameplay/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ export default function GamePlay() {
width="164.639"
height="173.166"
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
color-interpolation-filters="sRGB"
>
<feFlood floodOpacity="0" result="BackgroundImageFix" />
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
Expand Down

0 comments on commit 834981a

Please sign in to comment.