Skip to content

Commit

Permalink
fix: address issue with inconsistent color for index links
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton committed Mar 18, 2024
1 parent d799ae8 commit 89788e9
Showing 1 changed file with 1 addition 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 @@ -15,7 +15,7 @@
<router-link to="/github.com/gptscript-ai/vision" class="rounded bg-gray-200 p-4 m-2 text-2xl hover:bg-green-300">Vision</router-link>
<router-link to="/github.com/gptscript-ai/image-generation" class="rounded bg-gray-200 p-4 m-2 text-2xl hover:bg-green-300">Image Generation</router-link>
<router-link to="/github.com/gptscript-ai/browser" class="rounded bg-gray-200 p-4 m-2 text-2xl hover:bg-green-300">Browser</router-link>
<router-link to="/search?q=sys." class="rounded bg-gray-200 p-4 m-2 text-2xl hover:bg-green-500">System Tools</router-link>
<router-link to="/search?q=sys." class="rounded bg-gray-200 p-4 m-2 text-2xl hover:bg-green-300">System Tools</router-link>
</div>
</div>
</template>
Expand Down

0 comments on commit 89788e9

Please sign in to comment.