update
BIN
client/demo/dist/assets/buymeacoffee.png
vendored
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 12 KiB |
BIN
client/demo/dist/assets/buymeacoffee.png_
vendored
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
client/demo/dist/assets/buymeacoffee__.png
vendored
Normal file
After Width: | Height: | Size: 122 KiB |
2
client/demo/dist/index.js
vendored
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 12 KiB |
BIN
client/demo/public/assets/buymeacoffee.png_
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
client/demo/public/assets/buymeacoffee__.png
Normal file
After Width: | Height: | Size: 122 KiB |
@ -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">
|
||||||
|
|
||||||
|
@ -500,5 +500,5 @@ body {
|
|||||||
|
|
||||||
.donate-img {
|
.donate-img {
|
||||||
border-radius: 35px;
|
border-radius: 35px;
|
||||||
height: 2rem;
|
height: 1.5rem;
|
||||||
}
|
}
|
||||||
|