Skip to content

Commit 1f6bfd0

Browse files
committed
fix: footer divider
Signed-off-by: Innei <[email protected]>
1 parent 65d4618 commit 1f6bfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/footer/FooterInfo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const FooterBottom = async () => {
163163
<a href="/sitemap.xml" target="_blank">
164164
站点地图
165165
</a>
166-
<Divider className="hidden md:inline" />
166+
<Divider className="inline" />
167167

168168
<SubscribeTextButton>
169169
<Divider className="inline" />

0 commit comments

Comments
 (0)