Skip to content

Commit

Permalink
feat: update placeholder in index search placeholder
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton committed Mar 19, 2024
1 parent b3458fb commit e5bf575
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 @@ -27,7 +27,7 @@ import { useRoute } from 'vue-router';
const route = useRoute();
const isInvalid = ref(false);
const errorMessage = ref('');
const placeHolder = ref('Search for a tool to get started...');
const placeHolder = ref('Search for a tool or enter a tool\'s github URL to index it...');
onMounted(() => {
if (route.query.isInvalid === 'true') {
Expand Down

0 comments on commit e5bf575

Please sign in to comment.