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"
|
||||
@closed="modal = false"
|
||||
>
|
||||
<h2 class="centre">Site Attributions:</h2>
|
||||
<h2 class="centre">Attributions:</h2>
|
||||
<p class="centre">
|
||||
Made By: Oliver Akins
|
||||
</p>
|
||||
<hr>
|
||||
<h3>Site Made By: Oliver Akins</h3>
|
||||
<hr>
|
||||
<h3>Open Source Libraries:</h3>
|
||||
<p>
|
||||
Open Source Libraries:
|
||||
<ul>
|
||||
<li>Potatoes</li>
|
||||
<li
|
||||
v-for="(link, name) in os_libs"
|
||||
:key="name"
|
||||
>
|
||||
<a :href="link">{{ name }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
</ModalAnimation>
|
||||
</div>
|
||||
</template>
|
||||
|
|
@ -32,6 +40,7 @@ export default {
|
|||
},
|
||||
data() {return {
|
||||
modal: false,
|
||||
os_libs: {}
|
||||
}},
|
||||
computed: {},
|
||||
methods: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue