Skip to content

Commit

Permalink
Merge pull request #5 from fayazara/feat-listing-pages
Browse files Browse the repository at this point in the history
feat: UI for listing pages
  • Loading branch information
fayazara authored Jul 28, 2023
2 parents c11f1ab + b3959cb commit d48f66d
Show file tree
Hide file tree
Showing 21 changed files with 1,266 additions and 177 deletions.
4 changes: 4 additions & 0 deletions assets/css/font.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@font-face {
font-family: "Cal Sans";
src: url("~/assets/fonts/cal.woff2") format("woff2");
}
Binary file added assets/fonts/cal.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion components/Dashboard/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
>
<div>
<h1
class="text-xl sm:text-3xl font-bold leading-tight tracking-tight text-gray-900 dark:text-white"
class="text-xl sm:text-3xl font-bold leading-tight text-gray-900 dark:text-white font-display"
>
{{ title }}
</h1>
Expand Down
Loading

0 comments on commit d48f66d

Please sign in to comment.