Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 0 additions & 105 deletions src/components/Layout/Feedback.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/components/Layout/SidebarNav/SidebarNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import {Suspense} from 'react';
import * as React from 'react';
import cn from 'classnames';
import {Feedback} from '../Feedback';
import {SidebarRouteTree} from '../Sidebar/SidebarRouteTree';
import type {RouteItem} from '../getRouteMeta';

Expand Down Expand Up @@ -63,9 +62,6 @@ export default function SidebarNav({
</Suspense>
<div className="h-20" />
</nav>
<div className="fixed bottom-0 hidden lg:block">
<Feedback />
</div>
</aside>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions src/components/Layout/TopNav/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {IconHamburger} from 'components/Icon/IconHamburger';
import {IconSearch} from 'components/Icon/IconSearch';
import {Search} from 'components/Search';
import {Logo} from '../../Logo';
import {Feedback} from '../Feedback';
import {SidebarRouteTree} from '../Sidebar';
import type {RouteItem} from '../getRouteMeta';
import {siteConfig} from 'siteConfig';
Expand Down Expand Up @@ -448,9 +447,6 @@ export default function TopNav({
</Suspense>
<div className="h-16" />
</nav>
<div className="fixed bottom-0 hidden lg:block">
<Feedback />
</div>
</aside>
</div>
)}
Expand Down
7 changes: 0 additions & 7 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -741,13 +741,6 @@ ol.mdx-illustration-block {
}
}

.exit {
opacity: 0;
transition: opacity 500ms ease-out;
transition-delay: 1s;
pointer-events: none;
}

.uwu-visible {
display: none;
}
Expand Down