File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ const SpirographPage = lazy(() => import('../pages/apps/SpirographPage'));
128128const FractalFloraPage = lazy ( ( ) => import ( '../pages/apps/FractalFloraPage' ) ) ;
129129const FezynthPage = lazy ( ( ) => import ( '../pages/apps/FezynthPage' ) ) ;
130130const CodeSeancePage = lazy ( ( ) => import ( '../pages/apps/CodeSeancePage' ) ) ;
131- const RoadmapViewerPage = lazy ( ( ) => import ( '../pages/roadmap/RoadmapViewerPage ' ) ) ;
131+ const RoadmapViewerPage = lazy ( ( ) => import ( '../pages/roadmap/FezzillaPage ' ) ) ;
132132const RoadmapItemDetailPage = lazy ( ( ) => import ( '../pages/roadmap/RoadmapItemDetailPage' ) ) ;
133133const PinnedAppPage = lazy ( ( ) => import ( '../pages/PinnedAppPage' ) ) ;
134134const SettingsPage = lazy ( ( ) => import ( '../pages/SettingsPage' ) ) ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import piml from 'piml';
66import RoadmapView from '../../components/roadmap/RoadmapView' ;
77import TableView from '../../components/roadmap/TableView' ;
88
9- const RoadmapViewerPage = ( ) => {
9+ const FezzillaPage = ( ) => {
1010 useSeo ( {
1111 title : 'Fezzilla Issue Tracking | Fezcodex' ,
1212 description : 'Roadmap and status of all applications and tools.' ,
@@ -43,11 +43,8 @@ const RoadmapViewerPage = () => {
4343
4444 return (
4545 < div className = "py-8 sm:py-16" >
46- < div className = "mx-auto max-w-7xl px-6 lg:px-8" >
47- < Link
48- to = "/"
49- className = "group text-primary-400 hover:underline flex items-center gap-2 text-lg mb-8"
50- >
46+ < div className = "mx-auto px-6 lg:px-8" >
47+ < Link to = "/" className = "group text-primary-400 hover:underline flex items-center gap-2 text-lg mb-8" >
5148 < ArrowLeftIcon className = "text-xl transition-transform group-hover:-translate-x-1" /> { ' ' }
5249 Back to Home
5350 </ Link >
@@ -90,4 +87,4 @@ const RoadmapViewerPage = () => {
9087 ) ;
9188} ;
9289
93- export default RoadmapViewerPage ;
90+ export default FezzillaPage ;
You can’t perform that action at this time.
0 commit comments