diff --git a/tubio-frontend-nuxt-app/components/DownloadBox.vue b/tubio-frontend-nuxt-app/components/DownloadBox.vue index 2904440..78844de 100644 --- a/tubio-frontend-nuxt-app/components/DownloadBox.vue +++ b/tubio-frontend-nuxt-app/components/DownloadBox.vue @@ -1,14 +1,44 @@ + + diff --git a/tubio-frontend-nuxt-app/components/Icons/download.vue b/tubio-frontend-nuxt-app/components/Icons/download.vue new file mode 100644 index 0000000..973ea0a --- /dev/null +++ b/tubio-frontend-nuxt-app/components/Icons/download.vue @@ -0,0 +1,6 @@ + diff --git a/tubio-frontend-nuxt-app/components/Icons/x.vue b/tubio-frontend-nuxt-app/components/Icons/x.vue new file mode 100644 index 0000000..d4b06a8 --- /dev/null +++ b/tubio-frontend-nuxt-app/components/Icons/x.vue @@ -0,0 +1,5 @@ + diff --git a/tubio-frontend-nuxt-app/layouts/default.vue b/tubio-frontend-nuxt-app/layouts/default.vue index e22ed4a..78c1986 100644 --- a/tubio-frontend-nuxt-app/layouts/default.vue +++ b/tubio-frontend-nuxt-app/layouts/default.vue @@ -22,7 +22,7 @@ export default { }; -