Skip to content

Commit 0110de4

Browse files
committed
Added plugins link and changed logo to grey svg
1 parent 530d867 commit 0110de4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

assets/img/lapce-dark.png

26.1 KB
Loading

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<a class="max-w-max flex" href="/">
2525
<ul class="flex space-x-4 items-center">
2626
<li>
27-
<img class="h-10" src="https://raw.githubusercontent.com/lapce/lapce/master/extra/images/logo.png"
27+
<img class="h-10" src="https://raw.githubusercontent.com/lapce/lapce/master/extra/images/logo.svg"
2828
alt="">
2929
</li>
3030
<li>
@@ -35,10 +35,15 @@
3535
</div>
3636
<div class="flex items-center justify-end">
3737
<ul class="flex space-x-8 mr-8">
38+
<li>
39+
<a class="text-coolGray-800 hover:text-coolGray-500 font-medium" href="https://plugins.lapce.dev"
40+
target="_blank">Plugins</a>
41+
</li>
3842
<li>
3943
<a class="text-coolGray-800 hover:text-coolGray-500 font-medium" href="https://docs.lapce.dev"
4044
target="_blank">Docs</a>
4145
</li>
46+
4247
</ul>
4348
<div class="translate-y-1">
4449
<a class="github-button" href="https://github.com/lapce/lapce" data-size="large" data-show-count="true"

0 commit comments

Comments
 (0)