diff --git a/src/App.vue b/src/App.vue index b0e6eca..e00533e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -39,6 +39,10 @@ </div> </div> + <div class="max-w-6xl mx-auto px-4"> + <h1 class="font-bold text-2xl text-gray-800">All Projects</h1> + </div> + <router-view/> </div> </template>