mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
removed dot at 404
This commit is contained in:
parent
c0c0339dce
commit
422fd54f9b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const NotFoundLayout: VFC<NotFoundLayoutProps> = () => {
|
||||||
<div className={styles.block}>
|
<div className={styles.block}>
|
||||||
<div className={styles.text}>
|
<div className={styles.text}>
|
||||||
<h1>Потерян навсегда</h1>
|
<h1>Потерян навсегда</h1>
|
||||||
<p className={styles.caption}>Этой страницы никогда не существовало.</p>
|
<p className={styles.caption}>Этой страницы никогда не существовало</p>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
color="outline-white"
|
color="outline-white"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue