Skip to content

Commit 1d86c49

Browse files
committed
minor updated
1 parent ee712b7 commit 1d86c49

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

pages/tutorial/blog-with-centered-layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Article = () => {
3636
</Text>
3737
<Text p>
3838
If you want to explore this layout checkout the code for this article in <br />
39-
<u>blog-with-centered-layout.tsx</u> file inside <u>pages/blog/layouts</u> folder.
39+
<u>blog-with-centered-layout.tsx</u> file inside <u>pages/tutorial</u> folder.
4040
</Text>
4141

4242
<Text subtitle className="mt-10 md:text">
@@ -55,7 +55,7 @@ const Article = () => {
5555
Components Used to write this article
5656
</Text>
5757
<Text p>
58-
Check <u>blog-with-sidebar-layout.tsx</u> in <u>pages/blog/layouts</u> file to see all the mentioned components in use.
58+
Check <u>blog-with-sidebar-layout.tsx</u> in <u>pages/tutorial</u> file to see all the mentioned components in use.
5959
</Text>
6060
<List>
6161
<li>
@@ -81,7 +81,7 @@ const Article = () => {
8181
</li>
8282
</List>
8383
<Text p>
84-
<b>note:</b> all these components are used in <u>blog-with-sidebar-layout.tsx</u> and <u>blog-with-centerd-layout.tsx</u> in <u>pages/blog/layouts</u>. You can also check <b><LinkTo href="/pages/tutorial/all-components.tsx" passHref>All Components Demo</LinkTo></b>, list of all components, its types and how to use them.
84+
<b>note:</b> all these components are used in <u>blog-with-sidebar-layout.tsx</u> and <u>blog-with-centerd-layout.tsx</u> in <u>pages/tutorial</u>. You can also check <b><LinkTo href="/pages/tutorial/all-components.tsx" passHref>All Components Demo</LinkTo></b>, list of all components, its types and how to use them.
8585
</Text>
8686
<div className="px-4 py-3 dark:bg-slate-900 bg-blue-200 rounded mt-5 !text-lg leading-relaxed mb-0">
8787
For any any queries related to this project / template feel free to connect with us at <u>webexpe13@gmail.com</u>.

pages/tutorial/blog-with-sidebar-layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Article = () => {
3636
</Text>
3737
<Text p>
3838
If you want to explore this layout checkout the code for this article in <br />
39-
<u>blog-with-sidebar-layout.tsx</u> file inside <u>pages/blog/layouts</u> folder.
39+
<u>blog-with-sidebar-layout.tsx</u> file inside <u>pages/tutorial</u> folder.
4040
</Text>
4141
<Text subtitle className="mt-10 md:text">
4242
Features
@@ -62,7 +62,7 @@ const Article = () => {
6262
Components Used to write this article
6363
</Text>
6464
<Text p>
65-
Check <u>blog-with-sidebar-layout.tsx</u> in <u>pages/blog/layouts</u> file to see all the mentioned components in use.
65+
Check <u>blog-with-sidebar-layout.tsx</u> in <u>pages/tutorial</u> file to see all the mentioned components in use.
6666
</Text>
6767
<List>
6868
<li>
@@ -88,7 +88,7 @@ const Article = () => {
8888
</li>
8989
</List>
9090
<Text p>
91-
<b>note:</b> all these components are used in <u>blog-with-sidebar-layout.tsx</u> and <u>blog-with-centerd-layout.tsx</u> in <u>pages/blog/layouts</u>. You can also check <b><LinkTo href="/pages/tutorial/all-components.tsx" passHref>All Components Demo</LinkTo></b>, list of all components, its types and how to use them.
91+
<b>note:</b> all these components are used in <u>blog-with-sidebar-layout.tsx</u> and <u>blog-with-centerd-layout.tsx</u> in <u>pages/tutorial</u>. You can also check <b><LinkTo href="/pages/tutorial/all-components.tsx" passHref>All Components Demo</LinkTo></b>, list of all components, its types and how to use them.
9292
</Text>
9393
<div className="px-4 py-3 dark:bg-slate-900 bg-blue-200 rounded mt-5 !text-lg leading-relaxed">
9494
For any any queries related to this project / template feel free to connect with us at <u>webexpe13@gmail.com</u>.

pages/tutorial/home-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const HomeLayoutExample = () => {
4242
} className="my-5" />
4343
<Text p>
4444
The above code block gives you a demo on how to use the layout. If you want to see this in action check this article file <br />
45-
<u>home-layout.tsx</u> in <u>pages/blog/layouts</u>.
45+
<u>home-layout.tsx</u> in <u>pages/tutorial</u>.
4646
</Text>
4747
</section>
4848
<section>

src/components/Navbar/NavSideBar.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,28 +62,28 @@ const NavSidebar = ({ openSidebar = false, closeNavSidebar, navSetup, changeThem
6262
<>
6363
<hr />
6464
<Text subtitle className='mt-3 !text-[18px]'>Examples and tutorials</Text>
65-
<LinkTo href='/pages/all-components.tsx' passHref className='text-[16px] block my-3'>
65+
<LinkTo href='/page/tutorial/all-components.tsx' passHref className='text-[16px] block my-3'>
6666
All Components
6767
</LinkTo>
68-
<LinkTo href='/pages/style-guide.tsx' passHref className='text-[16px] block my-3'>
68+
<LinkTo href='/pages/tutorial/style-guide.tsx' passHref className='text-[16px] block my-3'>
6969
Style Guide
7070
</LinkTo>
71-
<LinkTo href='/pages/blog/layouts/home-layout.tsx' passHref className='text-[16px] block my-3'>
71+
<LinkTo href='/pages/tutorial/home-layout.tsx' passHref className='text-[16px] block my-3'>
7272
Home Page Layout
7373
</LinkTo>
74-
<LinkTo href='/pages/blog/layouts/blog-with-sidebar-layout.tsx' passHref className='text-[16px] block my-3'>
74+
<LinkTo href='/pages/tutorial/blog-with-sidebar-layout.tsx' passHref className='text-[16px] block my-3'>
7575
Page Layout for article with sidebar
7676
</LinkTo>
77-
<LinkTo href='/pages/blog/layouts/blog-with-centered-layout.tsx' passHref className='text-[16px] block my-3'>
77+
<LinkTo href='/pages/tutorial/blog-with-centered-layout.tsx' passHref className='text-[16px] block my-3'>
7878
Page Layout for centered article
7979
</LinkTo>
80-
<LinkTo href='/pages/blog/tutorial/how-to-setup-blog.tsx' passHref className='text-[16px] block my-3'>
80+
<LinkTo href='/pages/tutorial/how-to-setup-blog.tsx' passHref className='text-[16px] block my-3'>
8181
How to setup your blog
8282
</LinkTo>
83-
<LinkTo href='/pages/blog/tutorial/how-to-write-your-first-article.tsx' passHref className='text-[16px] block my-3'>
83+
<LinkTo href='/pages/tutorial/how-to-write-your-first-article.tsx' passHref className='text-[16px] block my-3'>
8484
How to write your first article
8585
</LinkTo>
86-
<LinkTo href='/pages/blog/tutorial/how-to-deploy-blog.tsx' passHref className='text-[16px] block my-3'>
86+
<LinkTo href='/pages/tutorial/how-to-deploy-blog.tsx' passHref className='text-[16px] block my-3'>
8787
How to export the blog
8888
</LinkTo>
8989
<LinkTo href='/icons' passHref className='text-[16px] block my-3'>

0 commit comments

Comments
 (0)