Skip to content

Commit

Permalink
Placeholder pages fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chadokruse committed Dec 1, 2024
1 parent 50b29ef commit b72fa9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/routes/profiles/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
<div class="hidden lg:ml-4 lg:flex lg:items-center lg:pr-0.5">
<!-- Profile dropdown -->
<div class="relative ml-4 flex flex-auto shrink-0 items-center">
<a href="#about" class="rounded-md px-3 py-2 text-sm font-medium text-white hover:bg-slate-500/75">About</a>
<a href="#pricing" class="rounded-md px-3 py-2 text-sm font-medium text-white hover:bg-slate-500/75">Pricing</a>
<a href="#faq" class="rounded-md px-3 py-2 text-sm font-medium text-white hover:bg-slate-500/75">FAQ</a>
<a href="#" class="rounded-md px-3 py-2 text-sm font-medium text-white hover:bg-slate-500/75">About</a>

Check warning on line 73 in apps/web/src/routes/profiles/+page.svelte

View workflow job for this annotation

GitHub Actions / Deploy to Cloudflare

'#' is not a valid href attribute(a11y_invalid_attribute)
<a href="#" class="rounded-md px-3 py-2 text-sm font-medium text-white hover:bg-slate-500/75">Pricing</a>

Check warning on line 74 in apps/web/src/routes/profiles/+page.svelte

View workflow job for this annotation

GitHub Actions / Deploy to Cloudflare

'#' is not a valid href attribute(a11y_invalid_attribute)
<a href="#" class="rounded-md px-3 py-2 text-sm font-medium text-white hover:bg-slate-500/75">FAQ</a>

Check warning on line 75 in apps/web/src/routes/profiles/+page.svelte

View workflow job for this annotation

GitHub Actions / Deploy to Cloudflare

'#' is not a valid href attribute(a11y_invalid_attribute)
<div class="ml-4">
<button
type="button"
Expand Down

0 comments on commit b72fa9f

Please sign in to comment.