@@ -33,14 +33,11 @@ const contributeLinks = [
3333];
3434const socials = [
3535 { name: ' Telegram' , href: ' https://t.me/MontageSubs' },
36- { name: ' Discord' , href: ' https://discord.gg/montagesubs' },
3736 { name: ' YouTube' , href: ' https://youtube.com/@MontageSubs' },
3837 { name: ' GitHub' , href: ' https://github.com/MontageSubs' },
39- { name: ' Twitter / X' ,href: ' https://twitter.com/MontageSubs' },
38+ { name: ' X' , href: ' https://twitter.com/MontageSubs' },
4039 { name: ' Bluesky' , href: ' https://bsky.app/profile/montagesubs.bsky.social' },
4140 { name: ' Mastodon' , href: ' https://mastodon.social/@MontageSubs' },
42- { name: ' B站' , href: ' https://space.bilibili.com/MontageSubs' },
43- { name: ' 微博' , href: ' https://weibo.com/MontageSubs' },
4441 { name: ' Instagram' , href: ' https://instagram.com/MontageSubs' },
4542];
4643const legalLinks = [
@@ -61,7 +58,6 @@ const colYear = new Date().getFullYear();
6158 <div class =" max-w-[1400px] mx-auto px-5 sm:px-8 lg:px-12 pt-20 pb-10" >
6259 <div class =" flex items-end justify-between gap-6 flex-wrap" >
6360 <div >
64- <p class =" micro-label mb-6" >{ isZh ? ' 回到顶部 ↑' : ' Back to top ↑' } <a href =" #top" class =" text-bone-dim hover:text-signal-yellow ml-2" >↑</a ></p >
6561 <h2 class =" font-display text-[clamp(3rem,10vw,9rem)] leading-[0.9] tracking-tightest text-bone" >
6662 Montage<span class =" font-display-italic text-signal-yellow" >Subs.</span >
6763 </h2 >
@@ -82,7 +78,7 @@ const colYear = new Date().getFullYear();
8278 <div class =" mt-6 flex items-center gap-3" >
8379 <span class =" inline-flex w-2 h-2 rounded-full bg-live" ></span >
8480 <span class =" font-mono text-[11px] text-bone-mute uppercase tracking-[0.18em]" >
85- { isZh ? ' 社区开放中' : ' Community online' } · v0.1
81+ { isZh ? ' 社区开放中' : ' Community online' }
8682 </span >
8783 </div >
8884 </div >
@@ -136,7 +132,6 @@ const colYear = new Date().getFullYear();
136132 { name }
137133 </a >
138134 ))}
139- <span class =" text-bone-mute self-center" >·</span >
140135 <a href ={ ` /${lang }/rss.xml ` } class =" text-bone-mute hover:text-signal-yellow text-[13px] transition-colors" >RSS</a >
141136 <a href =" https://substack.com/@montagesubs" target =" _blank" rel =" noopener noreferrer"
142137 class =" text-bone-mute hover:text-bone text-[13px] transition-colors" >Substack</a >
0 commit comments