Skip to content

Commit

Permalink
update: modify special thanks text opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
holenet committed Aug 6, 2024
1 parent 3e182ec commit 76d046b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,10 @@ function App() {
</svg>
</div>
</div>
<div class="absolute right-1 bottom-1 select-none pointer-events-none font-bold" style="filter: invert(100%)">
<div
class="absolute right-1 bottom-1 select-none pointer-events-none font-bold opacity-25"
style="filter: invert(100%)"
>
Special Thanks to Lucas Kang
</div>
</div>
Expand Down

0 comments on commit 76d046b

Please sign in to comment.