|
@@ -60,22 +60,22 @@ const HomeActions: FC<PropsWithChildren<Props>> = (props) => {
|
|
|
<div className={"flex justify-center"}>
|
|
|
<img
|
|
|
className={"mx-[0.1rem] h-[0.35rem] w-[0.35rem]"}
|
|
|
- src="https://9f.com/img/telegram.9b8c9ead.png"
|
|
|
+ src="/9f/telegram.webp"
|
|
|
alt=""
|
|
|
/>
|
|
|
<img
|
|
|
className={"mx-[0.1rem] h-[0.35rem] w-[0.35rem]"}
|
|
|
- src="https://9f.com/img/kwai.b9d0c480.png"
|
|
|
+ src="/9f/kwai.webp"
|
|
|
alt=""
|
|
|
/>
|
|
|
<img
|
|
|
className={"mx-[0.1rem] h-[0.35rem] w-[0.35rem]"}
|
|
|
- src="https://9f.com/img/tiktok.6637bff7.png"
|
|
|
+ src="/9f/tiktok.png"
|
|
|
alt=""
|
|
|
/>
|
|
|
<img
|
|
|
className={"mx-[0.1rem] h-[0.35rem] w-[0.35rem]"}
|
|
|
- src="https://9f.com/img/youtube.87fed924.png"
|
|
|
+ src="/9f/youtube.webp"
|
|
|
alt=""
|
|
|
/>
|
|
|
</div>
|