chore: set best as default

closes #164
This commit is contained in:
2024-07-11 11:25:15 +01:00
parent 4292b26e4b
commit 1716c021ef
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ export default function DashboardIntroFinal() {
const [info, setInfo] = useState<StreamProviderInfo>();
const defaultEndpoint = useMemo(() => {
return info?.endpoints.find(a => a.name == "Good");
return info?.endpoints.find(a => a.name == "Best");
}, [info]);
async function loadInfo() {