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) => (