fixing some errors

This commit is contained in:
ngn
2023-06-18 18:09:03 +03:00
parent 41d2da598b
commit 870c59df04
7 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
<div class="all">
<Navbar />
<Header>
<glitch class="title">{{ post.title }}</glitch>
<label class="glitch title">{{ post.title }}</label>
<p>{{ post.info }}</p>
</Header>
<div class="postcontain">

View File

@@ -2,7 +2,7 @@
<div>
<Navbar />
<Header>
<glitch>/dev/</glitch>blog
<label class="glitch">/dev/</label>blog
</Header>
<div class="blogs">
<Input :keyup="keyup" placeholder="Search post" type="text"/>