summaryrefslogtreecommitdiff
path: root/front-end/src/views/Blog/index.vue
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-12-16 12:09:33 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-12-16 12:09:33 -0500
commitaf67dab96747c7d83380e67de91dd25f46e9681f (patch)
treea0dc584291dc73cbff3ff4db8d3f28a7d714b25f /front-end/src/views/Blog/index.vue
parent0d25abab798c005266a1c0b4eeba957d232d4328 (diff)
fixes, image preview, and prep for framework update
Diffstat (limited to 'front-end/src/views/Blog/index.vue')
-rw-r--r--front-end/src/views/Blog/index.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/front-end/src/views/Blog/index.vue b/front-end/src/views/Blog/index.vue
index cc47513..de435ec 100644
--- a/front-end/src/views/Blog/index.vue
+++ b/front-end/src/views/Blog/index.vue
@@ -258,6 +258,10 @@ defer(() => store.channels.refresh());
tr td{
@apply whitespace-nowrap px-4 py-2 font-medium;
}
+
+ .fa-image{
+ @apply cursor-pointer text-primary-500;
+ }
}
.ck.ck-editor{