Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2022 KoteraHQ & 7kayoh
Copyright 2024 Kotera Design & 7kayoh

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# koterahq/site
# kotdes/site

Repository for holding the source code of [kotera.7kayoh.net](https://kotera.7kayoh.net). Powered by Vue 3 with Vite. Deployed with Vercel.

Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { RouterLink, RouterView } from 'vue-router'
<div class="links">
<a alt="Discord" href="https://discord.gg/JSHRQkrafN"><PhDiscordLogo :size="24" weight="fill" /></a>
<a alt="GitHub" href="https://github.com/koterahq/"><PhGithubLogo :size="24" weight="fill" /></a>
<a alt="GitLab" href="https://gitlab.com/koterahq/"><PhGitlabLogo :size="24" weight="fill" /></a>
<a alt="GitLab" href="https://gitlab.com/kotdes/"><PhGitlabLogo :size="24" weight="fill" /></a>
<a alt="Roblox Group" href="https://www.roblox.com/groups/10737922/Kotera#!/about"><PhUsersThree :size="24" weight="fill" /></a>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Koute.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const cards = ref([
</div>
<div style="display: inline-grid; justify-items: center;">
<a class="inline-button" style="margin-top: 4rem" href="https://koterahq.larksuite.com/docx/doxuspyRDXvSkDpWS0IcW7OMH5b"><ph-arrow-square-out :size="48" />Get started</a>
<a class="inline-button smaller" style="margin-top: 1rem" href="https://github.com/koterahq/koute.git"><ph-git-merge :size="24" />Git repository</a>
<a class="inline-button smaller" style="margin-top: 1rem" href="https://github.com/kotdes/koute.git"><ph-git-merge :size="24" />Git repository</a>
</div>
</main>
</template>
Expand Down
4 changes: 2 additions & 2 deletions src/views/Lucide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export default {
</div>
<p><smaller>
<br>
1. Copyright (MIT) © 2022 KoteraHQ. All rights reserved.<br>
1. Copyright (MIT) © 2024 Kotera Design. All rights reserved.<br>
2. Lucide is trademark and the copyright (ISC) is held by Feather (Cole Bemis 2013-2022) (MIT) and Lucide Contributors 2022.<br>
3. KoteraHQ-provided "Lucide Icons Picker" plugin has 0 association with the Lucide project itself or the contributors behind Lucide. This is an unofficial and community-sourced project bringing "Lucide Icons" to Roblox. Any inquiries of the Lucide project (e.g. icon suggestion) should be forwarded to the corresponding maintainer but not KoteraHQ.
3. Kotera Design-provided "Lucide Icons Picker" plugin has 0 association with the Lucide project itself or the contributors behind Lucide. This is an unofficial and community-sourced project bringing "Lucide Icons" to Roblox. Any inquiries of the Lucide project (e.g. icon suggestion) should be forwarded to the corresponding maintainer but not Kotera Design.
</smaller></p>
</main>
</template>
Expand Down