From baae898189e67c5d1e57489b35d54fd6504753c9 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sat, 19 Feb 2022 23:02:39 +1100 Subject: [PATCH] Excent version info --- src/components/modals/VersionInfo.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/modals/VersionInfo.tsx b/src/components/modals/VersionInfo.tsx index 89535bd0..d5c8bbb6 100644 --- a/src/components/modals/VersionInfo.tsx +++ b/src/components/modals/VersionInfo.tsx @@ -39,7 +39,7 @@ export const VersionInfo = ({ const dispatch = useAppDispatch(); const { data } = useSWR( - 'https://api.github.com/repos/meshtastic/meshtastic-web/commits?per_page=10', + 'https://api.github.com/repos/meshtastic/meshtastic-web/commits?per_page=100', fetcher, { revalidateOnFocus: false, @@ -67,12 +67,12 @@ export const VersionInfo = ({ onClose(); }} > -
+
{data && data.map((commit) => (