Skip to content

Commit d519fd4

Browse files
committed
fix: Link, and settings nav scroller
1 parent a88101c commit d519fd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/pages/settings/index.page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
styleClass="h-full min-h-[85vh] px-1 py-2 bg-transparent border-none">
44
<ng-template pTemplate>
55
<nav #sidebarNav class="border-surface-50 border-2 w-full rounded-l p-1 !border-r-0 bg-surface-25 relative">
6-
<div class="h-full flex flex-col justify-between items-center max-h-[85vh] overflow-y-auto relative md:fixed">
6+
<div class="h-full flex flex-col justify-between items-center max-h-[80vh] overflow-y-auto relative">
77
<div>
88
<a routerLink="/settings" class="no-underline text-default transition-all hover:text-primary">
99
<h3 class="m-3 flex gap-2 items-center">

src/content/docs/developing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DL_PG_NAME='domain_locker'
4848

4949
### Option 2) Supabase
5050

51-
Deploy a new Supabase instance, apply the config from [dl-edge-config](https://github.com/Lissy93/dl-edge-config) and set the following environmental variables:
51+
Deploy a new Supabase instance, apply the config from [dl-sb-iac](https://github.com/Lissy93/dl-sb-iac) and set the following environmental variables:
5252

5353
```
5454
SUPABASE_URL=xxx

0 commit comments

Comments
 (0)