Bump version and make copytext monospace
This commit is contained in:
parent
a7d55d94a4
commit
35033cd5f9
2 changed files with 5 additions and 3 deletions
|
@ -82,4 +82,6 @@ export const copy_text = style({
|
||||||
margin: 0,
|
margin: 0,
|
||||||
marginLeft: '1em',
|
marginLeft: '1em',
|
||||||
width: 'max-content',
|
width: 'max-content',
|
||||||
|
fontFamily: 'monospace',
|
||||||
|
fontSize: '1.2em',
|
||||||
});
|
});
|
||||||
|
|
|
@ -5,7 +5,7 @@ export default function App() {
|
||||||
return (
|
return (
|
||||||
<div className={style.center}>
|
<div className={style.center}>
|
||||||
<div className={style.content}>
|
<div className={style.content}>
|
||||||
<h1 className={style.title}>Motto<span className={style.version}>v0.0.1-dev</span></h1>
|
<h1 className={style.title}>Motto<span className={style.version}>v1.0.0</span></h1>
|
||||||
<p className={style.description}>
|
<p className={style.description}>
|
||||||
Motto is a static file server beautifier. <a href="https://forge.monodon.me/Gnarwhal/motto/">Click here</a> for more information.
|
Motto is a static file server beautifier. <a href="https://forge.monodon.me/Gnarwhal/motto/">Click here</a> for more information.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue