diff --git a/src/pages/index.vue b/src/pages/index.vue index 163ef8e..6aa5164 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -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') {