Skip to content

Commit 8f43256

Browse files
committed
Change footer version code formatting
1 parent 447ce23 commit 8f43256

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/footer.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ const gitVersion = import.meta.env.GIT_VERSION;
9797
twitter.com/europython <span> ↗</span>
9898
</a>
9999
</p>
100-
<p class="mb-4" style="color: rgba(255, 255, 255, 0.4)">version: {gitVersion} @ {buildTimestamp}</p>
100+
101+
<p class="mb-4" style="color: rgba(255, 255, 255, 0.4)">
102+
version: {gitVersion} @ {buildTimestamp}
103+
</p>
101104
</div>
102105
</article>
103106

0 commit comments

Comments
 (0)