Skip to content

Commit 0c1b0ce

Browse files
committed
Remove & update copy around submitting ai project
1 parent 2717f93 commit 0c1b0ce

File tree

3 files changed

+17
-24
lines changed

3 files changed

+17
-24
lines changed

app/src/components/NavBar.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,6 @@
125125

126126
<span class="flex-grow"><!-- spacer --></span>
127127

128-
<!-- Search Bar -->
129-
<transition name="appear">
130-
<MaterialButton
131-
@click.native="showSubmitDialog"
132-
type="primary"
133-
v-if="!showSideMenu"
134-
>
135-
Submit your AI project
136-
</MaterialButton>
137-
</transition>
138128
</div>
139129
</div>
140130
</template>

app/src/views/About.vue

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,16 @@
4242
<div class="mt-6 lg:mt-10 lg:text-lg">
4343
<p class="mt-4">Currently DevLibrary accepts two kinds of content:</p>
4444

45-
<ul class="ml-6 mt-2 list-disc">
46-
<li>GitHub repositories</li>
47-
<li>Blog posts</li>
48-
</ul>
4945

5046
<p class="mt-8 flex flex-wrap gap-4">
51-
<MaterialButton @click.native="showSubmitDialog" type="primary"
52-
>Submit your AI project</MaterialButton
53-
>
47+
<a
48+
target="blank"
49+
:href="`https://devlibrary.withgoogle.com/products/ml?sort=added`"
50+
>
51+
<MaterialButton type="primary"
52+
>Start exploring today</MaterialButton
53+
>
54+
</a>
5455
</p>
5556
</div>
5657
</div>

app/src/views/Home.vue

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,17 @@
3232
<div>
3333
<!-- Right-padding added on mobile to improve text flow -->
3434
<p class="text-xl mt-9 mb-4 pr-4 lg:pr-0">
35-
Dev Library highlights Google-curated open source dev projects. Submissions are open for projects using Google AI tools and technologies until <b>April 30, 2025</b>.
35+
Explore open source AI projects The Dev Library showcases a growing collection of Google-curated open source projects. See how developers are leveraging Google AI tools and technologies to build amazing things.
3636
</p>
3737
<div class="mt-4 lg:mt-6">
38-
<MaterialButton
39-
@click.native="showSubmitDialog"
40-
type="primary"
41-
>
42-
Submit your AI project
43-
</MaterialButton>
38+
<a
39+
target="blank"
40+
:href="`https://devlibrary.withgoogle.com/products/ml?sort=added`"
41+
>
42+
<MaterialButton type="primary"
43+
>Start exploring today</MaterialButton
44+
>
45+
</a>
4446
</div>
4547
</div>
4648
</div>

0 commit comments

Comments
 (0)