Remove extra lines

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-02 15:23:54 +03:00
parent cf14cd2b81
commit c6fba7f4e2
51 changed files with 59 additions and 116 deletions

View file

@ -1,6 +1,6 @@
<template>
<DocSectionText v-bind="$attrs">
<p>Theme, core and icons are the necessary css files of the components, visit the <NuxtLink to="/theming#themes">Themes</NuxtLink> section for the complete list of available themes to choose from.</p>
<p>Theme, core and icons are the necessary css files of the components, visit the <NuxtLink to="/theming/#themes">Themes</NuxtLink> section for the complete list of available themes to choose from.</p>
</DocSectionText>
<DocSectionCode :code="code" hideToggleCode importCode hideCodeSandbox hideStackBlitz />
</template>
@ -10,8 +10,7 @@ export default {
data() {
return {
code: {
basic: `
//theme
basic: `//theme
import "primevue/resources/themes/lara-light-indigo/theme.css";
//core