diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index e33ac2c5..aabd0caa 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -100,15 +100,6 @@ /> {gettext("Online Store Templates")} - <.dropdown_link href={~p"/backup"}> - <.icon - name="hero-archive-box-arrow-down" - class="h-4 w-4 mr-2" - aria-hidden="true" - data-slot="icon" - /> - {gettext("Backup")} - <.dropdown_separator /> <.dropdown_link href={~p"/dev/dashboard"}> <.icon diff --git a/lib/music_library_web/live/maintenance_live/index.html.heex b/lib/music_library_web/live/maintenance_live/index.html.heex index bc903e7b..6e784796 100644 --- a/lib/music_library_web/live/maintenance_live/index.html.heex +++ b/lib/music_library_web/live/maintenance_live/index.html.heex @@ -119,6 +119,9 @@ > {gettext("Optimize")} + <.button href={~p"/backup"}> + {gettext("Backup")} + diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index 1a81c357..cc95242e 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -441,8 +441,8 @@ msgstr "" msgid "Album" msgstr "" -#: lib/music_library_web/components/layouts/app.html.heex #: lib/music_library_web/components/record_components.ex +#: lib/music_library_web/live/maintenance_live/index.html.heex #, elixir-autogen, elixir-format msgid "Backup" msgstr "" diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index 898dcbb6..7e70a6cf 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -441,8 +441,8 @@ msgstr "" msgid "Album" msgstr "" -#: lib/music_library_web/components/layouts/app.html.heex #: lib/music_library_web/components/record_components.ex +#: lib/music_library_web/live/maintenance_live/index.html.heex #, elixir-autogen, elixir-format msgid "Backup" msgstr ""