diff --git a/backend/server/templates/home.html b/backend/server/templates/home.html index 3f01ae6..7b90001 100644 --- a/backend/server/templates/home.html +++ b/backend/server/templates/home.html @@ -1,10 +1,10 @@ -{% extends "base.html" %} - -{% block content %} - -
-

AdventureLog API Server

-

Welcome to the server side of AdventureLog!

-

This site is only ment for administrative users

-
+{% extends "base.html" %} {% block content %} + +
+

AdventureLog API Server

+

+ Admin Site + API Docs +

+
{% endblock %} diff --git a/frontend/src/lib/components/AdventureModal.svelte b/frontend/src/lib/components/AdventureModal.svelte index c9d8054..3970ede 100644 --- a/frontend/src/lib/components/AdventureModal.svelte +++ b/frontend/src/lib/components/AdventureModal.svelte @@ -1,6 +1,6 @@