Skip to content

Commit 93f504e

Browse files
committed
refactor: update className style in ShareLink
1 parent 7c2d6e8 commit 93f504e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/components/ShareLinks.astro

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ const URL = Astro.url;
77

88
{
99
SHARE_LINKS.length > 0 && (
10-
<div
11-
class:list={[
12-
"flex flex-none flex-col items-center justify-center gap-1 md:items-start",
13-
]}
14-
>
10+
<div class="flex flex-none flex-col items-center justify-center gap-1 md:items-start">
1511
<span class="italic">Share this post on:</span>
1612
<div class="text-center">
1713
{SHARE_LINKS.map(social => (

0 commit comments

Comments
 (0)