This commit is contained in:
wataru 2023-02-17 03:59:28 +09:00
parent eab6d2abea
commit db101b788a
9 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View File

@ -38,7 +38,9 @@ const App = () => {
</a> </a>
<a className="link" href="https://www.buymeacoffee.com/wokad" target="_blank" rel="noopener noreferrer"> <a className="link" href="https://www.buymeacoffee.com/wokad" target="_blank" rel="noopener noreferrer">
<img className="donate-img" src="./assets/buymeacoffee.png" /> <img className="donate-img" src="./assets/buymeacoffee.png" />
<span></span>
</a> </a>
</span> </span>
<span className="belongings"> <span className="belongings">

View File

@ -500,5 +500,5 @@ body {
.donate-img { .donate-img {
border-radius: 35px; border-radius: 35px;
height: 2rem; height: 1.5rem;
} }