mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-23 20:12: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"
|
className="w-full"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
height={36}
|
|
||||||
src="https://storage.ko-fi.com/cdn/kofi1.png?v=6"
|
src="https://storage.ko-fi.com/cdn/kofi1.png?v=6"
|
||||||
alt="Buy Me a Coffee at ko-fi.com"
|
alt="Buy Me a Coffee at ko-fi.com"
|
||||||
className="w-[110px] h-auto m-auto"
|
className="w-[120px] h-auto m-auto"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<div className="divider" />
|
<div className="divider" />
|
||||||
|
@ -5,12 +5,12 @@ const SocialLinks = () => {
|
|||||||
href="https://github.com/kawamataryo/sky-follower-bridge"
|
href="https://github.com/kawamataryo/sky-follower-bridge"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
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
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="24"
|
width="18"
|
||||||
height="24"
|
height="18"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
>
|
>
|
||||||
@ -21,12 +21,12 @@ const SocialLinks = () => {
|
|||||||
href="https://bsky.app/profile/kawamataryo.bsky.social"
|
href="https://bsky.app/profile/kawamataryo.bsky.social"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
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
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="24"
|
width="18"
|
||||||
height="24"
|
height="18"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
>
|
>
|
||||||
@ -37,12 +37,12 @@ const SocialLinks = () => {
|
|||||||
href="https://twitter.com/KawamataRyo"
|
href="https://twitter.com/KawamataRyo"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
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
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="24"
|
width="18"
|
||||||
height="24"
|
height="18"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user