From bbbae155f1003c81ff07becb835e5a8b6984e593 Mon Sep 17 00:00:00 2001 From: prosety Date: Thu, 1 Dec 2022 12:52:36 +0100 Subject: [PATCH] FEAT: title & links on pre-configured listed apps --- src/assets/svg/apps/plausible.vue | 6 ------ src/components/applications-list.vue | 6 ++++-- src/pages/index.vue | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/assets/svg/apps/plausible.vue b/src/assets/svg/apps/plausible.vue index e72cd83..6dd5a1b 100755 --- a/src/assets/svg/apps/plausible.vue +++ b/src/assets/svg/apps/plausible.vue @@ -4,12 +4,6 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" viewBox="0 0 746.89825 996.75226" version="1.1" id="svg999" inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"> - - - Artboard - - Created with Sketch. -
-

+

Pre-configured applications

diff --git a/src/pages/index.vue b/src/pages/index.vue index 10a97d5..ecb2a40 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -60,7 +60,7 @@ function saveName() { @apply flex flex-col md:flex-row items-center justify-center mb-28 } .title { - @apply text-3xl text-center mb-10 + @apply text-3xl text-center mb-10 uppercase text-transparent bg-clip-text bg-gradient-to-r from-violet-900 to-blue-500 } .app { @apply bg-black bg-opacity-10 w-20 h-20 p-4 rounded-xl flex-wrap cursor-pointer inline-block transition-all