Skip to content

Commit d7775c5

Browse files
Tony QiuTony Qiu
authored andcommitted
store latest serach in lcoalstorage
1 parent 8544bab commit d7775c5

19 files changed

+281
-362
lines changed

frontend/src/assets/event-badge-mask-left.svg

Lines changed: 23 additions & 0 deletions
Loading

frontend/src/assets/event-badge-mask-right-long.svg

Lines changed: 22 additions & 0 deletions
Loading

frontend/src/assets/event-badge-mask-right.svg

Lines changed: 22 additions & 0 deletions
Loading

frontend/src/assets/test1-dark.svg

Lines changed: 0 additions & 52 deletions
This file was deleted.

frontend/src/assets/test1.svg

Lines changed: 0 additions & 40 deletions
This file was deleted.

frontend/src/assets/test2-dark.svg

Lines changed: 0 additions & 45 deletions
This file was deleted.

frontend/src/assets/test2.svg

Lines changed: 0 additions & 39 deletions
This file was deleted.

frontend/src/assets/test3-dark.svg

Lines changed: 0 additions & 39 deletions
This file was deleted.

frontend/src/assets/test3.svg

Lines changed: 0 additions & 39 deletions
This file was deleted.

frontend/src/components/ClubsGrid.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const ClubsGrid = memo(({ data }: ClubsGridProps) => {
5151
window.open(url, "_blank");
5252
}}
5353
>
54-
<ExternalLink className="h-4 w-4 mr-2" />
54+
<ExternalLink className="h-4 w-4" />
5555
Website
5656
</Button>
5757
) : (
@@ -78,7 +78,7 @@ const ClubsGrid = memo(({ data }: ClubsGridProps) => {
7878
)
7979
}
8080
>
81-
<Instagram className="h-4 w-4 mr-2" />
81+
<Instagram className="h-4 w-4" />
8282
Instagram
8383
</Button>
8484
)}
@@ -90,7 +90,7 @@ const ClubsGrid = memo(({ data }: ClubsGridProps) => {
9090
className="flex-1 w-full"
9191
onMouseDown={() => window.open(club.discord, "_blank")}
9292
>
93-
<MessageCircle className="h-4 w-4 mr-2" />
93+
<MessageCircle className="h-4 w-4" />
9494
Discord
9595
</Button>
9696
)}

0 commit comments

Comments
 (0)