Use the term 'color scheme' instead of 'color theme'

This commit is contained in:
2026-05-17 20:52:55 +02:00
parent 678c41e990
commit c78357b61d
5 changed files with 59 additions and 59 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ limitations under the License.
-->
<script setup>
import ColorThemeButton from '@/features/colorTheme/components/ColorThemeButton.vue';
import ColorSchemeButton from '@/features/colorScheme/components/ColorSchemeButton.vue';
import logo from '@/assets/logo.svg';
</script>
@@ -26,7 +26,7 @@ import logo from '@/assets/logo.svg';
</RouterLink>
<ul class="right-links">
<li>
<ColorThemeButton />
<ColorSchemeButton />
</li>
</ul>
</nav>