Skip to content

Commit

Permalink
chore: remove search tile on home page
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton committed Mar 13, 2024
1 parent d3e47b7 commit 8ec813a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Search :placeholder="placeHolder" />
</div>
<div class="flex flex-wrap justify-center">
<router-link to="/github.com/gptscript-ai/search" class="tile rounded bg-gray-200 p-4 m-2 text-2xlg">Search</router-link>
<router-link to="/github.com/gptscript-ai/search/brave" class="tile rounded bg-gray-200 p-4 m-2 text-2xlg">Brave</router-link>
<router-link to="/github.com/gptscript-ai/vision" class="tile rounded bg-gray-200 p-4 m-2 text-2xlg">Vision</router-link>
<router-link to="/github.com/gptscript-ai/image-generation" class="tile rounded bg-gray-200 p-4 m-2 text-2xlg">Image Generation</router-link>
<router-link to="/github.com/gptscript-ai/rag" class="tile rounded bg-gray-200 p-4 m-2 text-2xlg">RAG</router-link>
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
"@app": ["src/App.vue"]
}
},
"tabWidth": 4,
}

0 comments on commit 8ec813a

Please sign in to comment.