diff --git a/assets/icons/README.md b/assets/icons/README.md
new file mode 100644
index 0000000..1c0169e
--- /dev/null
+++ b/assets/icons/README.md
@@ -0,0 +1,7 @@
+# Icons
+
+Since `nuxt-icon` use cdn requests for icons, use the simpler `nuxt-icons` with predownloaded icons.
+Icons are from https://icones.js.org/collection/mdi.
+Just download the svg version and put it in this folder, then use its name in code.
+
+At some point if [Include Icons in build instead of doing network requests](https://github.com/nuxt-modules/icon/issues/34) is implemented we could go back to `nuxt-icon`
diff --git a/assets/icons/account-circle.svg b/assets/icons/account-circle.svg
new file mode 100644
index 0000000..24e5c0b
--- /dev/null
+++ b/assets/icons/account-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/icons/alert-outline.svg b/assets/icons/alert-outline.svg
new file mode 100644
index 0000000..a0fb3c0
--- /dev/null
+++ b/assets/icons/alert-outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/icons/alert.svg b/assets/icons/alert.svg
new file mode 100644
index 0000000..112c825
--- /dev/null
+++ b/assets/icons/alert.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/icons/delete-forever.svg b/assets/icons/delete-forever.svg
new file mode 100644
index 0000000..194e4ca
--- /dev/null
+++ b/assets/icons/delete-forever.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/icons/loading.svg b/assets/icons/loading.svg
new file mode 100644
index 0000000..2a6231c
--- /dev/null
+++ b/assets/icons/loading.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/icons/lock.svg b/assets/icons/lock.svg
new file mode 100644
index 0000000..51066b8
--- /dev/null
+++ b/assets/icons/lock.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/icons/login.svg b/assets/icons/login.svg
new file mode 100644
index 0000000..b6378ee
--- /dev/null
+++ b/assets/icons/login.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/icons/logout.svg b/assets/icons/logout.svg
new file mode 100644
index 0000000..a5a2d6c
--- /dev/null
+++ b/assets/icons/logout.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/icons/thumb-up.svg b/assets/icons/thumb-up.svg
new file mode 100644
index 0000000..6d39012
--- /dev/null
+++ b/assets/icons/thumb-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/img/custom-logo.svg b/assets/img/custom-logo.svg
new file mode 100644
index 0000000..48dbb68
--- /dev/null
+++ b/assets/img/custom-logo.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/components/BaseAlert.vue b/components/BaseAlert.vue
index 6e41090..73a0889 100644
--- a/components/BaseAlert.vue
+++ b/components/BaseAlert.vue
@@ -30,7 +30,7 @@ const classVariant = computed(() => {
aria-atomic="true"
:class="'mt-10 alert ' + classVariant"
>
-
+
{{ message }}