mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fix CSS in header.
This commit is contained in:
parent
de50109b3e
commit
3e8dd815b7
3 changed files with 5 additions and 4 deletions
|
|
@ -68,7 +68,7 @@ export default function TestConsole() {
|
|||
{show && (
|
||||
<div className={classNames(styles.test, 'row')}>
|
||||
<div className="col-4">
|
||||
<PageHeader>Page links</PageHeader>Nmo
|
||||
<PageHeader>Page links</PageHeader>
|
||||
<div>
|
||||
<Link href={`?page=1`}>
|
||||
<a>page one</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue