Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Jun 26, 2024
1 parent 3cb0ab0 commit 9787e62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/SocialIcons.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import type { Props } from "@astrojs/starlight/props"
import Default from "@astrojs/starlight/components/SocialIcons.astro"
---

<a href="/standard/data-package/" style="text-decoration: none"><strong>v2 (current)</strong></a>
<a href="/standard/data-package/" style="text-decoration: none"
><strong>v2 (current)</strong></a
>
<a href="https://specs.frictionlessdata.io/"><strong>v1</strong></a>

<!-- Render the default social links. -->
Expand Down

0 comments on commit 9787e62

Please sign in to comment.