Skip to content

Commit

Permalink
fix: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Dec 7, 2024
1 parent 95b11b9 commit 1a9e356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/post/Date.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { pubDate } = Astro.props;

<div class="article-date">
<span class="article-date-span" data-aos="zoom-in">
<Icon name="fa6-solid:clock" />
<Icon name="fa6-solid:clock" style="margin-right: 10px;"/>
<time datetime={pubDate.toISOString()} itemprop="datePublished"
>{pubDate.toLocaleDateString().replace(/\//g, "-")}</time
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/post/ReadingCount.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const { url, title } = Astro.props;
{
WALINE.enable && WALINE.pageview && (
<span class="article-visitor-link">
<Icon name="fa6-solid:book-open" />
<Icon name="fa6-solid:book-open" style="margin-right: 10px;" />
<span class="waline-pageview-count" data-path={`${BASE_URL}${url}/`}>
0
</span>
Expand Down

0 comments on commit 1a9e356

Please sign in to comment.