mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
chore(refactor): move and re-organise types folder
This commit is contained in:
@@ -77,9 +77,9 @@ export default observer(() => {
|
||||
<div className={styles.home}>
|
||||
<Overlay>
|
||||
{seasonalTheme && (
|
||||
<div class="snowfall">
|
||||
<div className="snowfall">
|
||||
{snowflakes.map((emoji, index) => (
|
||||
<div key={index} class="snowflake">
|
||||
<div key={index} className="snowflake">
|
||||
{emoji}
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user