diff --git a/src/Components/Repository/RecentCommitProgeress.tsx b/src/Components/Repository/RecentCommitProgeress.tsx index fa7da5e..84d503a 100644 --- a/src/Components/Repository/RecentCommitProgeress.tsx +++ b/src/Components/Repository/RecentCommitProgeress.tsx @@ -12,7 +12,7 @@ const RecentCommitProgress: React.FC = ({ }) => { const [show,setShow] = useState(true) return ( -
+
@@ -34,7 +34,7 @@ const RecentCommitProgress: React.FC = ({ Author: {mostRecentCommit.mostRecentCommit.commitData.author_Namae}

- Message: {mostRecentCommit.mostRecentCommit.commitData.author_commit_message} + Message: {mostRecentCommit.mostRecentCommit.commitData.author_commit_message.substring(0,35)}...

diff --git a/src/Styles/Dashboard/langCount.css b/src/Styles/Dashboard/langCount.css index 36e08d1..9ab81ce 100644 --- a/src/Styles/Dashboard/langCount.css +++ b/src/Styles/Dashboard/langCount.css @@ -23,9 +23,12 @@ font-weight: bolder; color: white; } - +.h{ + width: 100%; +} .mostRecentCard { border-radius: 40px; + width: 100%; } .mostRecentGradient { width: 103%; @@ -40,6 +43,7 @@ .oldestRepoCard{ border-radius: 35px; } + .repoFlexHeading{ border-bottom-width: 5px; border-bottom-color: #FC6736; diff --git a/src/app/Dashboard/page.tsx b/src/app/Dashboard/page.tsx index 3e809e2..976ba52 100644 --- a/src/app/Dashboard/page.tsx +++ b/src/app/Dashboard/page.tsx @@ -331,13 +331,13 @@ const VersionDashboard: React.FC = () => { demo
-
+
{mostRecCommit && ( )}
-
+