Skip to content

Commit a30c06c

Browse files
committed
chore: update code url
1 parent 136b314 commit a30c06c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/components/ActionButtons.astro

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,35 @@ import { siArxiv, siGithub, siHuggingface, siDatadog, siYoutube } from 'simple-i
2727
<section>
2828
<!-- Action Buttons -->
2929
<div class="flex flex-wrap justify-center gap-4">
30-
<a href="/" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
31-
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
32-
<path d={siArxiv.path}/>
33-
</svg>
34-
Arxiv
35-
</a>
3630
<a href="https://github.com/InternRobotics/InternVLA-M1" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
3731
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
3832
<path d={siGithub.path}/>
3933
</svg>
4034
Code
4135
</a>
36+
<a href="https://huggingface.co/InternRobotics/InternVLA-M1" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
37+
<svg class="w-5 h-5 hf-yellow" fill="currentColor" viewBox="0 0 24 24">
38+
<path d={siHuggingface.path}/>
39+
</svg>
40+
Model
41+
</a>
4242
<a href="https://huggingface.co/datasets/InternRobotics/InternData-M1" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
4343
<svg class="w-5 h-5 dataset-blue" fill="currentColor" viewBox="0 0 24 24">
4444
<path d={siDatadog.path}/>
4545
</svg>
4646
Dataset
4747
</a>
48-
<a href="#" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
48+
<a href="https://arxiv.org" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
49+
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
50+
<path d={siArxiv.path}/>
51+
</svg>
52+
Arxiv
53+
</a>
54+
<a href="https://youtube.com" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
4955
<svg class="w-5 h-5 video-red" fill="currentColor" viewBox="0 0 24 24">
5056
<path d={siYoutube.path}/>
5157
</svg>
5258
Video
5359
</a>
54-
<a href="https://huggingface.co/InternRobotics/InternVLA-M1" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
55-
<svg class="w-5 h-5 hf-yellow" fill="currentColor" viewBox="0 0 24 24">
56-
<path d={siHuggingface.path}/>
57-
</svg>
58-
Huggingface
59-
</a>
6060
</div>
6161
</section>

0 commit comments

Comments
 (0)