diff --git a/GameManager.png b/GameManager.png deleted file mode 100644 index 5790d74..0000000 Binary files a/GameManager.png and /dev/null differ diff --git a/setup.sh b/setup.sh index 8320c16..5c5c37c 100644 --- a/setup.sh +++ b/setup.sh @@ -1672,6 +1672,8 @@ cat <<'HTML_END' > templates/index.html {% extends "base.html" %} {% block content %} + +
{{ _('Add New Game') }} diff --git a/steam-gift-manager/templates/index.html b/steam-gift-manager/templates/index.html index 4ce517c..02410c5 100644 --- a/steam-gift-manager/templates/index.html +++ b/steam-gift-manager/templates/index.html @@ -1,7 +1,13 @@ {% extends "base.html" %} {% block content %} + + {{ _(Add New Game') }} + +<<<<<<< HEAD ## add game gutton +======= +>>>>>>> main
{{ _('Add New Game') }}