chore: use full avatar
All checks were successful
Node.js CI / Lint and Test (push) Successful in 57s

This commit is contained in:
2025-08-25 16:59:11 -07:00
parent 54c53f322a
commit 271ebd1e64
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ export const error = `<!DOCTYPE html>
<body>
<main>
<h1>Oh dear!</h1>
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira.png" width="250" alt="Lynira" />
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira-full.png" width="250" alt="Lynira" />
<section>
<p>Something went wrong while trying to redirect you! Please try again later.</p>
</section>

View File

@@ -16,7 +16,7 @@ export const fourOhFour = `<!DOCTYPE html>
<body>
<main>
<h1>Oh no!</h1>
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira.png" width="250" alt="Lynira" />
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira-full.png" width="250" alt="Lynira" />
<section>
<p>It looks like that link is no longer registered! You should ask the person who shared it with you for an updated URL.</p>
</section>

View File

@@ -16,7 +16,7 @@ export const home = `<!DOCTYPE html>
<body>
<main>
<h1>Lynira</h1>
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira.png" width="250" alt="Lynira" />
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira-full.png" width="250" alt="Lynira" />
<section>
<p>Link shortener service managed via a Discord bot.</p>
<a href="https://discord.com/oauth2/authorize?client_id=1404593859656417320" class="social-button discord-button" style="display: inline-block; background-color: #5865F2; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px; margin: 5px;">

View File

@@ -16,7 +16,7 @@ export const overlimit = `<!DOCTYPE html>
<body>
<main>
<h1>Oopsie!</h1>
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira.png" width="250" alt="Lynira" />
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira-full.png" width="250" alt="Lynira" />
<section>
<p>It looks like the user who created this link has too many short URLs. They will need to delete some before this link works.</p>
</section>

View File

@@ -16,7 +16,7 @@ export const unsub = `<!DOCTYPE html>
<body>
<main>
<h1>Oopsie!</h1>
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira.png" width="250" alt="Lynira" />
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira-full.png" width="250" alt="Lynira" />
<section>
<p>It looks like the user who created this link is no longer subscribed to our service! Please let them know that they will need to resubscribe before this URL works!</p>
</section>