File tree Expand file tree Collapse file tree 4 files changed +0
-120
lines changed
Expand file tree Collapse file tree 4 files changed +0
-120
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212import { Suspense } from 'react' ;
1313import * as React from 'react' ;
1414import cn from 'classnames' ;
15- import { Feedback } from '../Feedback' ;
1615import { SidebarRouteTree } from '../Sidebar/SidebarRouteTree' ;
1716import type { RouteItem } from '../getRouteMeta' ;
1817
@@ -63,9 +62,6 @@ export default function SidebarNav({
6362 </ Suspense >
6463 < div className = "h-20" />
6564 </ nav >
66- < div className = "fixed bottom-0 hidden lg:block" >
67- < Feedback />
68- </ div >
6965 </ aside >
7066 </ div >
7167 </ div >
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import {IconHamburger} from 'components/Icon/IconHamburger';
2929import { IconSearch } from 'components/Icon/IconSearch' ;
3030import { Search } from 'components/Search' ;
3131import { Logo } from '../../Logo' ;
32- import { Feedback } from '../Feedback' ;
3332import { SidebarRouteTree } from '../Sidebar' ;
3433import type { RouteItem } from '../getRouteMeta' ;
3534import { siteConfig } from 'siteConfig' ;
@@ -448,9 +447,6 @@ export default function TopNav({
448447 </ Suspense >
449448 < div className = "h-16" />
450449 </ nav >
451- < div className = "fixed bottom-0 hidden lg:block" >
452- < Feedback />
453- </ div >
454450 </ aside >
455451 </ div >
456452 ) }
Original file line number Diff line number Diff line change @@ -741,13 +741,6 @@ ol.mdx-illustration-block {
741741 }
742742}
743743
744- .exit {
745- opacity : 0 ;
746- transition : opacity 500ms ease-out;
747- transition-delay : 1s ;
748- pointer-events : none;
749- }
750-
751744.uwu-visible {
752745 display : none;
753746}
You can’t perform that action at this time.
0 commit comments