Skip to content

Commit

Permalink
fix: </p> -> </h1>
Browse files Browse the repository at this point in the history
  • Loading branch information
wikipop committed Oct 6, 2024
1 parent 5d2bd0d commit 50e4592
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/panel/my_pixel_watches.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div mx-35 mt-20>
<p text-10>
<h1 text-10>
Incoming Notifications
</p>
</h1>
<span>Your upcoming "watch my pixel" notifications</span>

<div mt-8 border rounded-md border-color="#737373">
Expand Down
5 changes: 3 additions & 2 deletions frontend/pages/panel/reports.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<template>
<div mx-35 mt-20>
<p text-xl>
<h1 text-10>
Reports
</p>
</h1>
<span>Your generated reports</span>

<div mt-8 border rounded-md border-color="#737373">
<Table>
Expand Down

0 comments on commit 50e4592

Please sign in to comment.