File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { frameworkList } from '../data/frameworkList'
1010import { gitList } from '../data/gitList'
1111import { roadmapList } from '../data/roadmapList'
1212import { UserButton , useUser } from '@clerk/nextjs'
13- import ThemeSelector from '../ThemeSelector'
13+ import ThemeSelector from '../ui/ ThemeSelector'
1414
1515const Header = ( ) => {
1616 const [ isOpen , setIsOpen ] = useState ( false )
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1- import { testimonials } from './data/testimonials'
1+ import { testimonials } from '.. /data/testimonials'
22
33const Testimonials = ( ) => {
44 return (
@@ -30,7 +30,7 @@ const Testimonials = () => {
3030 href = { testimonial . url }
3131 target = '_blank'
3232 rel = 'noopener noreferrer'
33- className = 'hover:text-modern-purple font-semibold text-gray-900'
33+ className = 'font-semibold text-gray-900 hover:text-modern-purple '
3434 >
3535 { testimonial . name }
3636 </ a >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11import { useUser } from '@clerk/nextjs'
22import { useRouter } from 'next/router'
33import { useEffect } from 'react'
4- import LoadingPage from '../components/LoadingPage'
4+ import LoadingPage from '../components/layout/ LoadingPage'
55
66export default function DashboardPage ( ) {
77 const { isLoaded, isSignedIn } = useUser ( )
@@ -18,4 +18,3 @@ export default function DashboardPage() {
1818
1919 return < LoadingPage />
2020}
21-
Original file line number Diff line number Diff line change 11/* eslint-disable @next/next/no-img-element */
22import Head from 'next/head'
3- import Hero from '../components/Hero'
4- import Features from '../components/Features'
5- import Testimonials from '../components/Testimonials'
3+ import Hero from '../components/sections/ Hero'
4+ import Features from '../components/sections/ Features'
5+ import Testimonials from '../components/sections/ Testimonials'
66import { useEffect , useState } from 'react'
77import { getTopContributors , getOtherContributors } from '../utils/contributors'
88import { Contributor } from '../types/contributor'
You can’t perform that action at this time.
0 commit comments