mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
chore: added newlines
This commit is contained in:
parent
3b0ba392f1
commit
54616893e5
@ -31,4 +31,4 @@ export function TextTab({ selected, text, onClick }) {
|
|||||||
<span>{text}</span>
|
<span>{text}</span>
|
||||||
</button>
|
</button>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,8 +4,8 @@ import { memo } from 'preact/compat';
|
|||||||
|
|
||||||
export function Next({ className = '' }) {
|
export function Next({ className = '' }) {
|
||||||
return (
|
return (
|
||||||
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
|
<svg className={`fill-current ${className}`} style="width:24px;height:24px" viewBox="0 0 24 24">
|
||||||
<path fill="white" d="M4,5V19L11,12M18,5V19H20V5M11,5V19L18,12" />
|
<path d="M4,5V19L11,12M18,5V19H20V5M11,5V19L18,12" />
|
||||||
</svg>
|
</svg>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
export const longToDate = (long) => new Date(long * 1000);
|
export const longToDate = (long) => new Date(long * 1000);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user