From 0d27236e0e5e7aa1c2e6b0081ef62df76479c9e3 Mon Sep 17 00:00:00 2001
From: Oliver-Akins
Date: Thu, 10 Dec 2020 10:31:56 -0700
Subject: [PATCH] Generalize library section
---
web/src/components/Attributions.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/src/components/Attributions.vue b/web/src/components/Attributions.vue
index d600405..982404a 100644
--- a/web/src/components/Attributions.vue
+++ b/web/src/components/Attributions.vue
@@ -16,10 +16,10 @@
- Open Source Libraries:
+ Tooling:
-
{{ name }}
@@ -40,7 +40,7 @@ export default {
},
data() {return {
modal: false,
- os_libs: {}
+ tooling: {}
}},
computed: {},
methods: {},