diff --git a/public/img/darwin.svg b/public/img/darwin.svg deleted file mode 100644 index c55a9c0..0000000 --- a/public/img/darwin.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/img/linux.svg b/public/img/linux.svg deleted file mode 100644 index f0d72e3..0000000 --- a/public/img/linux.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/img/win32.svg b/public/img/win32.svg deleted file mode 100644 index b59b8fc..0000000 --- a/public/img/win32.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/assets/quasar-logo-vertical.svg b/src/assets/quasar-logo-vertical.svg deleted file mode 100644 index 8210831..0000000 --- a/src/assets/quasar-logo-vertical.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/src/components/CommandCard.vue b/src/components/CommandCard.vue index 18142c7..f4662c1 100644 --- a/src/components/CommandCard.vue +++ b/src/components/CommandCard.vue @@ -77,9 +77,9 @@ @@ -183,20 +183,17 @@ class="row justify-end items-center q-gutter-xs" v-show="cardStyleVars.showLanguages" > - + {{ commandInfo.program }} -
- |  - + + :class="`iconfont icon-${platformTypes[platform].icon} text-${programColor}`" + style="font-size: 12px" + >
@@ -207,6 +204,7 @@