]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/helpers/User.js
basic result display
[alttp.git] / resources / js / helpers / User.js
diff --git a/resources/js/helpers/User.js b/resources/js/helpers/User.js
new file mode 100644 (file)
index 0000000..02230ab
--- /dev/null
@@ -0,0 +1,5 @@
+export const getAvatarUrl = user => `//cdn.discordapp.com/avatars/${user.id}/${user.avatar}.png`;
+
+export default {
+       getAvatarUrl,
+};