diff --git a/index-2.html b/index-2.html index 9a4904d..38577e4 100644 --- a/index-2.html +++ b/index-2.html @@ -50,7 +50,7 @@ href="https://github.com/notclickable-jordan/starbase-80" target="_blank" rel="noreffer" - title="undefined" + title="" className="undefined" > Check the readme @@ -58,13 +58,11 @@

- 2 - Use your own icons @@ -94,7 +92,7 @@ href="https://github.com/notclickable-jordan/docker-symphony" target="_blank" rel="noreffer" - title="undefined" + title="" className="undefined" > Bind mount @@ -102,13 +100,11 @@

- 2 - /app/src/config/config.json @@ -138,7 +134,7 @@ href="https://www.paramountplus.com/" target="_blank" rel="noreffer" - title="undefined" + title="" className="undefined" > Watch Lower Decks @@ -146,13 +142,11 @@

- 2 - On Paramount+ diff --git a/src/components/anchor.ts b/src/components/anchor.ts index bea5dff..93a4362 100644 --- a/src/components/anchor.ts +++ b/src/components/anchor.ts @@ -20,14 +20,14 @@ export const Anchor = function (props: IProps) { if (newWindowLocal) { return ` - + ${children} `; } return ` - + ${children} `; diff --git a/src/components/services.ts b/src/components/services.ts index 9a390e9..43cb856 100644 --- a/src/components/services.ts +++ b/src/components/services.ts @@ -44,7 +44,7 @@ function Service(props: IServiceProps) { ${ !is.null(description) && ` -

2 +

${Anchor({ uri, newWindow, children: description })}

`