mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11:22 -06:00
chore: fix the design of sidebar
This commit is contained in:
parent
04465bdcac
commit
0428a6f93c
@ -169,10 +169,9 @@ const Sidebar = ({
|
||||
className="w-full"
|
||||
>
|
||||
<img
|
||||
height={36}
|
||||
src="https://storage.ko-fi.com/cdn/kofi1.png?v=6"
|
||||
alt="Buy Me a Coffee at ko-fi.com"
|
||||
className="w-[110px] h-auto m-auto"
|
||||
className="w-[120px] h-auto m-auto"
|
||||
/>
|
||||
</a>
|
||||
<div className="divider" />
|
||||
|
@ -5,12 +5,12 @@ const SocialLinks = () => {
|
||||
href="https://github.com/kawamataryo/sky-follower-bridge"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="bg-base-100 p-2 rounded-full hover:opacity-80 w-8 h-8"
|
||||
className="bg-base-100 p-2 rounded-full hover:opacity-80"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
width="18"
|
||||
height="18"
|
||||
viewBox="0 0 24 24"
|
||||
fill="currentColor"
|
||||
>
|
||||
@ -21,12 +21,12 @@ const SocialLinks = () => {
|
||||
href="https://bsky.app/profile/kawamataryo.bsky.social"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="bg-base-100 p-2 rounded-full hover:opacity-80 w-8 h-8"
|
||||
className="bg-base-100 p-2 rounded-full hover:opacity-80"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
width="18"
|
||||
height="18"
|
||||
viewBox="0 0 24 24"
|
||||
fill="currentColor"
|
||||
>
|
||||
@ -37,12 +37,12 @@ const SocialLinks = () => {
|
||||
href="https://twitter.com/KawamataRyo"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="bg-base-100 p-2 rounded-full hover:opacity-80 w-8 h-8"
|
||||
className="bg-base-100 p-2 rounded-full hover:opacity-80"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
width="18"
|
||||
height="18"
|
||||
viewBox="0 0 24 24"
|
||||
fill="currentColor"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user