Skip to content

Commit

Permalink
chore: back to default decorations
Browse files Browse the repository at this point in the history
  • Loading branch information
Golbolco authored Dec 31, 2024
1 parent 5fa8e8a commit aa83af9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion react_main/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script src="snowstorm.js"></script>
<!--<script src="snowstorm.js"></script> -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-X5P3N0872P"
Expand Down
10 changes: 5 additions & 5 deletions react_main/src/pages/Welcome/Welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,35 +206,35 @@ export const Welcome = () => {
<Box align="center" className="role-icon-scheme-vivid">
<div
//Default icon--uncomment this on July 1
className="role role-Mafia-Santa small"
className="role role-Mafia-Cop small"
//Pride icon--comment this on July 1
//className="role role-redmafiac small"
style={{ display: "inline-block" }}
/>
<div
//Default icon--uncomment this on July 1
className="role role-Mafia-Caroler small"
className="role role-Mafia-Doctor small"
//Pride icon--comment this on July 1
//className="role role-yellowmafiac small"
style={{ display: "inline-block" }}
/>
<div
//Default icon--uncomment this on July 1
className="role role-Mafia-Gingerbread-Man small"
className="role role-Mafia-Villager small"
//Pride icon--comment this on July 1
//className="role role-greenmafiac small"
style={{ display: "inline-block" }}
/>
<div
//Default icon--uncomment this on July 1
className="role role-Mafia-Polar-Bear small"
className="role role-Mafia-Mafioso small"
//Pride icon--comment this on July 1
//className="role role-bluemafiac small"
style={{ display: "inline-block" }}
/>
<div
//Default icon--uncomment this on July 1
className="role role-Mafia-Snowman small"
className="role role-Mafia-Hooker small"
//Pride icon--comment this on July 1
//className="role role-purplemafiac small"
style={{ display: "inline-block" }}
Expand Down

0 comments on commit aa83af9

Please sign in to comment.