Made the themes and accents implementation #23

Merged
catxrin merged 7 commits from AC-32 into master 2024-03-17 13:12:30 -04:00
catxrin commented 2024-03-12 13:10:05 -04:00 (Migrated from github.com)
No description provided.
GameBear64 (Migrated from github.com) reviewed 2024-03-15 09:00:57 -04:00
@ -1,16 +1,36 @@
import { useEffect } from 'react';
GameBear64 (Migrated from github.com) commented 2024-03-15 09:00:57 -04:00

i have made a mistake here, this should be inside the use effect

i have made a mistake here, this should be inside the use effect
GameBear64 (Migrated from github.com) reviewed 2024-03-15 09:03:43 -04:00
@ -2,53 +2,67 @@
/* eslint-disable no-console */
GameBear64 (Migrated from github.com) commented 2024-03-15 09:03:43 -04:00

add flex-wrap just in case

          <div className="mt-2 flex flex-row flex-wrap gap-4">
add flex-wrap just in case ```suggestion <div className="mt-2 flex flex-row flex-wrap gap-4"> ```
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GamBar/AmberCamp!23
No description provided.