Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
>
<div class="section">
<div class="mt-6 lg:mt-10 lg:text-lg">
<p class="mt-4">Currently DevLibrary accepts two kinds of content:</p>


<p class="mt-4">
While new submissions are temporarily closed, you can still explore our extensive project library for inspiration.
</p>
<p class="mt-8 flex flex-wrap gap-4">
<a
target="blank"
Expand Down
2 changes: 1 addition & 1 deletion app/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
>
<div class="col-span-12 lg:col-span-6 px-1">
<h1 class="text-4xl">
Now accepting AI project submissions
Explore open source AI projects
</h1>

<div>
Expand Down
Loading