Skip to content

Commit

Permalink
feat(winter): add slight winter theme (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobk999 authored Nov 19, 2024
1 parent bdb1ca7 commit 7d95e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/discord-bot/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const Footer = ({ logo, user, border }: FooterProps) => {

case UserLogo.DEFAULT:
text =
"§#ffa561s§#ffa15bt§#ff9e56a§#ff9a50t§#fe9446s§#fb8934i§#f97d22f§#f67210y§#ee6b09.§#e46507n§#da6006e§#d05b04t";
"§#6799E1s§#71A2E9t§#7AABF0a§#84B3F8t§#8DBCFFs§#A3C9FFi§#B9D6FFf§#CFE3FFy§#D5E7FF.§#DBEAFFn§#E0EEFFe§#E6F1FFt";
break;
}
}
Expand Down

0 comments on commit 7d95e5e

Please sign in to comment.