Skip to content

Commit e857473

Browse files
author
faikit
committed
.
1 parent c91cc48 commit e857473

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

blog/agibot-world/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@
3434
<!-- Header / Sidebar -->
3535
<header class="z-30 fixed top-6 laptop:top-12 flex ml-6 gap-2 h-0">
3636

37-
<a href="/" class="h-10 flex justify-center items-center bg-white hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-2">
37+
<a href="/" class="h-10 flex justify-center items-center bg-white hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-2 select-none">
3838
<img loading="lazy" class="h-5 w-auto" src="/assets/icon/D.svg">
3939
</a>
4040

41-
<a href="/publications/" class="h-10 flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4">
41+
<a href="/publications/" class="h-10 flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4 select-none">
4242
<b class="font-mono">Publication</b>
4343
</a>
4444

45-
<a href="/datasets/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4">
45+
<a href="/datasets/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4 select-none">
4646
<b class="font-mono">Dataset</b>
4747
</a>
4848

49-
<a href="/team/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4">
49+
<a href="/team/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4 select-none">
5050
<b class="font-mono">Team</b>
5151
</a>
5252

53-
<a href="/recruit/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4">
53+
<a href="/recruit/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4 select-none">
5454
<b class="font-mono">Recruit</b>
5555
</a>
5656

57-
<a href="/events/" class="h-10 flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4">
57+
<a href="/events/" class="h-10 flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4 select-none">
5858
<b class="font-mono">Event</b>
5959
</a>
6060

0 commit comments

Comments
 (0)