Adjust the wordings and attribution links.
This commit is contained in:
parent
fcf8b0eb8c
commit
b8cfa8305f
1 changed files with 16 additions and 7 deletions
|
|
@ -10,14 +10,22 @@
|
||||||
:show="modal"
|
:show="modal"
|
||||||
@closed="modal = false"
|
@closed="modal = false"
|
||||||
>
|
>
|
||||||
<h2 class="centre">Site Attributions:</h2>
|
<h2 class="centre">Attributions:</h2>
|
||||||
|
<p class="centre">
|
||||||
|
Made By: Oliver Akins
|
||||||
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<h3>Site Made By: Oliver Akins</h3>
|
<p>
|
||||||
<hr>
|
Open Source Libraries:
|
||||||
<h3>Open Source Libraries:</h3>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Potatoes</li>
|
<li
|
||||||
|
v-for="(link, name) in os_libs"
|
||||||
|
:key="name"
|
||||||
|
>
|
||||||
|
<a :href="link">{{ name }}</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</p>
|
||||||
</ModalAnimation>
|
</ModalAnimation>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -32,6 +40,7 @@ export default {
|
||||||
},
|
},
|
||||||
data() {return {
|
data() {return {
|
||||||
modal: false,
|
modal: false,
|
||||||
|
os_libs: {}
|
||||||
}},
|
}},
|
||||||
computed: {},
|
computed: {},
|
||||||
methods: {},
|
methods: {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue