diff --git a/webapp/titanembeds/blueprints/api/api.py b/webapp/titanembeds/blueprints/api/api.py index 5e6b3c9..9a72272 100644 --- a/webapp/titanembeds/blueprints/api/api.py +++ b/webapp/titanembeds/blueprints/api/api.py @@ -248,7 +248,7 @@ def post(): if webhook: if (session['unauthenticated']): username = session["username"] + "#" + str(session["user_id"]) - avatar = url_for('static', filename='img/titanembeds_round.png', _external=True) + avatar = url_for('static', filename='img/titanembeds_square.png', _external=True) dbguild = db.session.query(Guilds).filter(Guilds.guild_id == guild_id).first() if dbguild: icon = dbguild.webhook_icon diff --git a/webapp/titanembeds/static/img/titanembeds_square.png b/webapp/titanembeds/static/img/titanembeds_square.png new file mode 100644 index 0000000..1c2e421 Binary files /dev/null and b/webapp/titanembeds/static/img/titanembeds_square.png differ diff --git a/webapp/titanembeds/templates/opengraph_tags.html.j2 b/webapp/titanembeds/templates/opengraph_tags.html.j2 index bcfe6c3..1040790 100644 --- a/webapp/titanembeds/templates/opengraph_tags.html.j2 +++ b/webapp/titanembeds/templates/opengraph_tags.html.j2 @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/webapp/titanembeds/templates/seo_meta.html.j2 b/webapp/titanembeds/templates/seo_meta.html.j2 index ccbb951..7f976fc 100644 --- a/webapp/titanembeds/templates/seo_meta.html.j2 +++ b/webapp/titanembeds/templates/seo_meta.html.j2 @@ -1,4 +1,4 @@ - + \ No newline at end of file