File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11
11
[ ![ Maintenance] ( https://flat.badgen.net/static/Maintained/yes?icon=github&color=black&scale=1.01 )] ( https://github.com/idimetrix/idimetrix.github.io/commits/main " Maintenance ")
12
12
[ ![ GitHub branches] ( https://flat.badgen.net/github/branches/idimetrix/idimetrix.github.io?icon=github&color=black&scale=1.01 )] ( https://github.com/idimetrix/idimetrix.github.io/branches " GitHub branches ")
13
13
[ ![ Github commits] ( https://flat.badgen.net/github/commits/idimetrix/idimetrix.github.io?icon=github&color=black&scale=1.01 )] ( https://github.com/idimetrix/idimetrix.github.io/commits " Github commits ")
14
- [ ![ Netlify Status ] ( https://api.netlify.com/api/v1/badges/721491f5-0b0d-4120-96bd-6bd0480ef1e5/deploy-status )] ( https://awersome-portfolio.netlify.app/ " Netlify Status ")
14
+ [ ![ GitHub Pages ] ( https://img.shields.io/badge/GitHub-Pages-blue?logo=github )] ( https://idimetrix.github.io " GitHub Pages ")
15
15
[ ![ GitHub issues] ( https://flat.badgen.net/github/issues/idimetrix/idimetrix.github.io?icon=github&color=black&scale=1.01 )] ( https://github.com/idimetrix/idimetrix.github.io/issues " GitHub issues ")
16
16
[ ![ GitHub pull requests] ( https://flat.badgen.net/github/prs/idimetrix/idimetrix.github.io?icon=github&color=black&scale=1.01 )] ( https://github.com/idimetrix/idimetrix.github.io/pulls " GitHub pull requests ")
17
17
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ type Props = HTMLAttributes<HTMLDivElement>;
6
6
export const Logotype : FC < Props > = ( { className, ...rest } ) => {
7
7
return (
8
8
< div className = { cn ( "text-3xl" , className ) } { ...rest } >
9
- < span className = "font-bold" > [dmitrii]</ span > { " " }
9
+ < span className = "font-bold" >
10
+ < span className = "" > [</ span >
11
+ < span className = "" > dmitrii</ span >
12
+ < span className = "" > ]</ span >
13
+ </ span > { " " }
10
14
< span className = "" > selikhov</ span > { " " }
11
15
< span className = "text-accent font-bold" > .</ span >
12
16
</ div >
You can’t perform that action at this time.
0 commit comments