Skip to content

Commit 422d638

Browse files
committed
chore: minimize footer text
1 parent 4b2197f commit 422d638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/rss/feed.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
</a>
192192
<xsl:text> v</xsl:text>
193193
<xsl:value-of select="/rss/channel/versions/website" />
194-
<xsl:text> running on Astro </xsl:text>
194+
<xsl:text> on Astro </xsl:text>
195195
<xsl:value-of select="/rss/channel/versions/astro" />
196196
<xsl:text> &amp; React </xsl:text>
197197
<xsl:value-of select="/rss/channel/versions/react" />

src/components/base/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const maxRows = Math.max(...footerLinks.map((c) => c.length));
6868
<p class="break-words">
6969
<a href="https://github.com/SapphoSys/sapphic.moe" class="font-bold" target="_blank"
7070
>{name}</a
71-
> v{version} running on Astro {astroVersion} & React {reactVersion}
71+
> v{version} on Astro {astroVersion} & React {reactVersion}
7272
</p>
7373

7474
<p class="break-words">

0 commit comments

Comments
 (0)