Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 9edffd3

Browse files
✨ Dashboard
1 parent 2bd37bc commit 9edffd3

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

pages/dashboard/_team.vue

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
<template>
22
<main>
3-
<div class="container container--size-small">
4-
<div class="card card--type-padded">
5-
Hello, team!
3+
<div
4+
class="container container--size-medium container--top-20height container--bottom-20height"
5+
>
6+
<div class="card card--type-padded text text--align-center">
7+
<h1>Dashboard</h1>
8+
<p>
9+
The main page for your SaaS comes here. Whatever is the most important
10+
thing for your product should come here.
11+
</p>
612
</div>
713
</div>
814
</main>

0 commit comments

Comments
 (0)