Skip to content

Commit e534445

Browse files
committed
try larger images
1 parent 22febae commit e534445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitprofile.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const CONFIG = {
1717
mode: 'manual', // Mode can be: 'automatic' or 'manual'
1818
automatic: {
1919
sortBy: 'stars', // Sort projects by 'stars' or 'updated'
20-
limit: 8, // How many projects to display.
20+
limit: 6, // How many projects to display.
2121
exclude: {
2222
forks: false, // Forked projects will not be displayed if set to true.
2323
projects: [], // These projects will not be displayed. example: ['arifszn/my-project1', 'arifszn/my-project2']

src/components/external-project-card/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const ExternalProjectCard = ({
3232
})}
3333
</h2>
3434
<div className="avatar w-full h-full">
35-
<div className="w-24 h-24 mask mask-squircle mx-auto">
35+
<div className="w-48 h-48 mask mask-squircle mx-auto">
3636
{skeleton({
3737
widthCls: 'w-full',
3838
heightCls: 'h-full',

0 commit comments

Comments
 (0)