Skip to content

Commit 49eb091

Browse files
committed
Fixed logo path
1 parent 8bcbd88 commit 49eb091

9 files changed

Lines changed: 31 additions & 8 deletions

File tree

labsync-docs/static/demo/LabSyncLogoH.svg

Lines changed: 23 additions & 0 deletions
Loading

labsync-docs/static/demo/audit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
class="h-16 flex items-center px-4 lg:px-6 border-b border-slate-800"
4747
>
4848
<img
49-
src="/LabSyncLogoH.svg"
49+
src="./LabSyncLogoH.svg"
5050
alt="LabSync"
5151
class="h-12 w-auto max-w-full object-contain"
5252
/>

labsync-docs/static/demo/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<aside class="w-64 bg-slate-950 border-r border-slate-800 flex flex-col">
3636
<div class="h-16 flex items-center px-4 lg:px-6 border-b border-slate-800">
3737
<img
38-
src="/LabSyncLogoH.svg"
38+
src="./LabSyncLogoH.svg"
3939
alt="LabSync"
4040
class="h-12 w-auto max-w-full object-contain"
4141
/>

labsync-docs/static/demo/details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
>
5151
<div class="h-16 flex items-center px-4 lg:px-6 border-b border-slate-800">
5252
<img
53-
src="/LabSyncLogoH.svg"
53+
src="./LabSyncLogoH.svg"
5454
alt="LabSync"
5555
class="h-12 w-auto max-w-full object-contain"
5656
/>

labsync-docs/static/demo/repository.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
class="h-16 flex items-center px-4 lg:px-6 border-b border-slate-800"
4848
>
4949
<img
50-
src="/LabSyncLogoH.svg"
50+
src="./LabSyncLogoH.svg"
5151
alt="LabSync"
5252
class="h-12 w-auto max-w-full object-contain"
5353
/>

labsync-docs/static/demo/scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<aside class="w-72 bg-slate-950 border-r border-slate-800 flex flex-col flex-shrink-0">
3131
<div class="h-16 flex items-center px-4 lg:px-6 border-b border-slate-800">
3232
<img
33-
src="/LabSyncLogoH.svg"
33+
src="./LabSyncLogoH.svg"
3434
alt="LabSync"
3535
class="h-12 w-auto max-w-full object-contain"
3636
/>

labsync-docs/static/demo/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
class="h-16 flex items-center px-4 lg:px-6 border-b border-slate-800"
4747
>
4848
<img
49-
src="/LabSyncLogoH.svg"
49+
src="./LabSyncLogoH.svg"
5050
alt="LabSync"
5151
class="h-12 w-auto max-w-full object-contain"
5252
/>

labsync-docs/static/demo/task-detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
>
4545
<div class="h-16 flex items-center px-4 lg:px-6 border-b border-slate-800">
4646
<img
47-
src="/LabSyncLogoH.svg"
47+
src="./LabSyncLogoH.svg"
4848
alt="LabSync"
4949
class="h-12 w-auto max-w-full object-contain"
5050
/>

labsync-docs/static/demo/tasks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
>
4545
<div class="h-16 flex items-center px-4 lg:px-6 border-b border-slate-800">
4646
<img
47-
src="/LabSyncLogoH.svg"
47+
src="./LabSyncLogoH.svg"
4848
alt="LabSync"
4949
class="h-12 w-auto max-w-full object-contain"
5050
/>

0 commit comments

Comments
 (0)