mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-24 12:26:51 +00:00
update about page
This commit is contained in:
parent
00a1d07ae2
commit
5b848b0456
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<p class="text-center text-h4 font-weight-black">Little Lines</p>
|
<p class="text-center text-h4 font-weight-black">Little Lines</p>
|
||||||
|
|
||||||
<p class="text-center">openKMITL Community</p>
|
<p class="text-center">TechTransThai Community</p>
|
||||||
|
|
||||||
|
|
||||||
<v-sheet style="display: flex; align-items: center;justify-content: center;">
|
<v-sheet style="display: flex; align-items: center;justify-content: center;">
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
v-for="(item, i) in sourcecode_items"
|
v-for="(item, i) in sourcecode_items"
|
||||||
:key="i"
|
:key="i"
|
||||||
:value="item"
|
:value="item"
|
||||||
:href="'https://gitlab.com/openKMITL/little-lines'"
|
:href="'https://codeberg.org/TechTransThai/little-lines'"
|
||||||
>
|
>
|
||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
<!-- <v-icon :icon="item.icon"></v-icon> -->
|
<!-- <v-icon :icon="item.icon"></v-icon> -->
|
||||||
|
@ -74,10 +74,10 @@ import {RouterLink} from 'vue-router';
|
||||||
const report_items = [
|
const report_items = [
|
||||||
{ text: 'Discord',
|
{ text: 'Discord',
|
||||||
icon: 'mdi-chevron-right',
|
icon: 'mdi-chevron-right',
|
||||||
link: 'https://discord.gg/6aPemyuSzx'},
|
link: 'https://discord.gg/3tRdRE3tGv'},
|
||||||
{ text: 'Facebook',
|
{ text: 'Facebook',
|
||||||
icon: 'mdi-chevron-right',
|
icon: 'mdi-chevron-right',
|
||||||
link: 'https://www.facebook.com/openKMITL'},
|
link: 'https://www.facebook.com'},
|
||||||
{ text: 'Google Forms',
|
{ text: 'Google Forms',
|
||||||
icon: 'mdi-chevron-right',
|
icon: 'mdi-chevron-right',
|
||||||
link: 'https://forms.google.com'},
|
link: 'https://forms.google.com'},
|
||||||
|
|
Loading…
Reference in a new issue