update search2
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
<g-link :to="record.path">
|
||||
<h2 class="post-card-title mt-3">{{ record.title || record.name }}</h2>
|
||||
<p class="post-card-excerpt">{{ record.excerpt }}</p>
|
||||
<section class="post-tags container mx-auto relative py-1">
|
||||
<section class="flex flex-wrap post-tags container mx-auto relative py-1">
|
||||
<g-link
|
||||
v-for="membership in record.memberships"
|
||||
:key="membership.id"
|
||||
:to="membership.path"
|
||||
class="text-xs bg-transparent hover:text-blue-700 py-1 px-2 mr-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full"
|
||||
class="text-xs bg-transparent hover:text-blue-700 py-1 px-2 mr-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full mb-2"
|
||||
>{{ membership.title }}</g-link
|
||||
>
|
||||
</section>
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
:record="edge.node"
|
||||
/>
|
||||
</div>
|
||||
<div v-else class="flex flex-col with-large my-auto text-center">
|
||||
<h1>404</h1>
|
||||
<div v-else class="flex flex-col with-large my-auto text-center py-20">
|
||||
<h1 class="">No results</h1>
|
||||
<p>OOPS! Something went wrong here</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -165,6 +165,6 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
h1 {
|
||||
font-size: 13rem;
|
||||
font-size: 3rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user