This commit is contained in:
ThatOneCalculator 2023-07-19 11:53:03 -07:00
parent d0d7952b59
commit 0a7b4bdb8a
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
2 changed files with 4 additions and 3 deletions

View File

@ -79,6 +79,7 @@ Aborting
Run:
```sh
rm ./packages/backend/assets/LICENSE
git reset --hard origin/develop
git pull --ff
```

View File

@ -143,11 +143,11 @@
fill="url(#firefish-logo-linear-gradient-5)" />
</g>
<g id="firefish-logo-eye-l">
<circle cx="256" cy="1408.11" r="128" fill="#fff" />
<circle cx="256" cy="1408.11" r="128" fill="var(--bg)" />
</g>
<g id="firefish-logo-eye-r">
<circle cx="576" cy="1408.11" r="128" fill="#fff" />
<circle cx="576" cy="1408.11" r="128" fill="var(--bg)" />
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB