fix: use localised wikipedia for api, remove unused icons

This commit is contained in:
David Ralph
2022-08-23 11:05:41 +01:00
parent 8c6e62e1b4
commit e0d3686f5d
4 changed files with 2 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ import Tooltip from '../../../helpers/tooltip/Tooltip';
import ImageCarousel from '../../../helpers/carousel/Carousel';
import { toast } from 'react-toastify';
import {
MdArrowBack,
MdIosShare,
MdFlag,
MdWarning,
@@ -13,8 +12,6 @@ import {
MdFormatQuote,
MdImage,
MdTranslate,
MdKeyboardArrowDown,
MdKeyboardArrowUp,
MdOutlineKeyboardArrowRight,
MdExpandMore,
} from 'react-icons/md';

View File

@@ -7,7 +7,6 @@ import {
MdOutlineKeyboardArrowRight,
MdRefresh,
MdOutlineArrowForward,
MdOutlineOpenInNew,
} from 'react-icons/md';
import Item from '../Item';

View File

@@ -22,7 +22,6 @@ import {
MdOutlineAssessment as Stats,
MdOutlineNewReleases as Changelog,
MdInfoOutline as About,
MdEvent as Reminder,
MdCode as Sideload,
MdAddCircleOutline as Added,
MdAddCircleOutline as Create,