mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: remove cipher animation
This commit is contained in:
parent
b191e6067d
commit
3feb9c1a09
1 changed files with 1 additions and 4 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
import { BsSoundwave } from 'react-icons/bs/index';
|
import { BsSoundwave } from 'react-icons/bs/index';
|
||||||
|
|
||||||
import { Container } from './container';
|
import { Container } from './container';
|
||||||
import { CipherText } from './cipher';
|
|
||||||
|
|
||||||
import { count as soundCount } from '@/lib/sounds';
|
import { count as soundCount } from '@/lib/sounds';
|
||||||
|
|
||||||
|
|
@ -27,9 +26,7 @@ const count = soundCount();
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
Ambient Sounds<span class="line">For Focus and Calm</span>
|
Ambient Sounds<span class="line">For Focus and Calm</span>
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="desc">
|
<h2 class="desc">Free and Open-Source.</h2>
|
||||||
Free and <CipherText client:load text="Open-Source" />.
|
|
||||||
</h2>
|
|
||||||
|
|
||||||
<p class="sounds">
|
<p class="sounds">
|
||||||
<span aria-hidden="true" class="icon">
|
<span aria-hidden="true" class="icon">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue