toggle includeAllCommits default, increase step 4 width

This commit is contained in:
martin-mfg
2025-11-08 17:55:40 +01:00
parent 409227631c
commit 00ea0697cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ const HomeScreen = () => {
const [langsCount, setLangsCount] = useState();
const [showAllStats, setShowAllStats] = useState(false);
const [showIcons, setShowIcons] = useState(false);
const [includeAllCommits, setIncludeAllCommits] = useState(false);
const [includeAllCommits, setIncludeAllCommits] = useState(true);
const [enableAnimations, setEnableAnimations] = useState(true);
const [usePercent, setUsePercent] = useState(false);
@@ -70,7 +70,7 @@ const DisplayStage = ({ userId, themeSuffix }) => {
</div>
</div>
<div className="w-full lg:w-3/5 md:w-1/2 object-center pt-5 md:pt-0 pl-0 md:pl-5 lg:pl-0">
<div className="w-full lg:w-3/5 mx-auto h-full flex flex-col justify-center">
<div className="w-full lg:w-[65%] mx-auto h-full flex flex-col justify-center">
<Card
title="Your Card"
description="The finished product!"