From b8cfa8305f34c23f2cb664c18641c2eae4ce99f2 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 8 Dec 2020 14:39:35 -0700 Subject: [PATCH] Adjust the wordings and attribution links. --- web/src/components/Attributions.vue | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/web/src/components/Attributions.vue b/web/src/components/Attributions.vue index 23cacd6..d69180c 100644 --- a/web/src/components/Attributions.vue +++ b/web/src/components/Attributions.vue @@ -10,14 +10,22 @@ :show="modal" @closed="modal = false" > -

Site Attributions:

+

Attributions:

+

+ Made By: Oliver Akins +


-

Site Made By: Oliver Akins

-
-

Open Source Libraries:

- +

+ Open Source Libraries: +

+

@@ -32,6 +40,7 @@ export default { }, data() {return { modal: false, + os_libs: {} }}, computed: {}, methods: {},