We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2d6e8 commit 93f504eCopy full SHA for 93f504e
1 file changed
src/components/ShareLinks.astro
@@ -7,11 +7,7 @@ const URL = Astro.url;
7
8
{
9
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
- >
+ <div class="flex flex-none flex-col items-center justify-center gap-1 md:items-start">
15
<span class="italic">Share this post on:</span>
16
<div class="text-center">
17
{SHARE_LINKS.map(social => (
0 commit comments