Skip to content

Commit 6c28c5a

Browse files
committed
Improve LCP
1 parent 69c56f4 commit 6c28c5a

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<a href="/" class="flex items-center space-x-2">
2626
<div class="w-8 h-8 rounded-lg flex items-center justify-center">
2727
<span class="text-xs font-bold text-slate-950">
28-
<img src="img/logo.svg" alt="Maolan logo" />
28+
<img src="img/logo.svg" alt="Maolan logo" fetchpriority="high" />
2929
</span>
3030
</div>
3131
<span class="font-bold text-lg">Maolan</span>

osc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a href="/" class="flex items-center space-x-2">
2121
<div class="flex h-8 w-8 items-center justify-center rounded-lg">
2222
<span class="text-xs font-bold text-slate-950">
23-
<img src="img/logo.svg" alt="Maolan logo" />
23+
<img src="img/logo.svg" alt="Maolan logo" fetchpriority="high" />
2424
</span>
2525
</div>
2626
<span class="text-lg font-bold">Maolan</span>

shortcuts.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<div class="mx-auto flex max-w-6xl items-center justify-between px-6 py-4">
1414
<a href="/" class="flex items-center space-x-2">
1515
<div class="flex h-8 w-8 items-center justify-center rounded-lg">
16-
<span class="text-xs font-bold text-slate-950"><img src="img/logo.svg" alt="Maolan logo"></span>
16+
<span class="text-xs font-bold text-slate-950">
17+
<img src="img/logo.svg" alt="Maolan logo" fetchpriority="high" />
18+
</span>
1719
</div><span class="text-lg font-bold">Maolan</span></a>
1820
<div class="hidden items-center space-x-8 md:flex">
1921
<a href="features.html" class="text-sm text-slate-400 transition hover:text-slate-100">Features</a> <a href="workflow.html" class="text-sm text-slate-400 transition hover:text-slate-100">Workflow</a> <a href="shortcuts.html" class="text-sm text-cyan-400">Shortcuts</a> <a href="osc.html" class="text-sm text-slate-400 hover:text-slate-100 transition">OSC</a> <a href="/#faq" class="text-sm text-slate-400 transition hover:text-slate-100">FAQ</a>

workflow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a href="/" class="flex items-center space-x-2">
2121
<div class="flex h-8 w-8 items-center justify-center rounded-lg">
2222
<span class="text-xs font-bold text-slate-950">
23-
<img src="img/logo.svg" alt="Maolan logo" />
23+
<img src="img/logo.svg" alt="Maolan logo" fetchpriority="high" />
2424
</span>
2525
</div>
2626
<span class="text-lg font-bold">Maolan</span>

0 commit comments

Comments
 (0)