Skip to content
Merged
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
6 changes: 2 additions & 4 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ export const links: LinksFunction = () => {
rel: 'stylesheet',
href: 'https://cdn.jsdelivr.net/npm/jupyter-matplotlib@0.11.3/css/mpl_widget.css',
},
{
rel: 'stylesheet',
href: 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css',
},
// Font Awesome intentionally not loaded: nothing in the theme renders
// `fa-*` classes; use the bundled `lucide-react` icons instead.
];
};

Expand Down
Loading