Skip to content

Commit

Permalink
fix: the link and re-using of two times the same title
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed Nov 5, 2024
1 parent 28bd539 commit 3161c63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const Responsibilities = () => {
return (
<>
<VFlexbox className="my-3">
<StrongLabel width={width}>Responsibilities:</StrongLabel>
<VFlexbox className="my-3">
<StrongLabel width={width}>Responsibilities:</StrongLabel>
<ul className={listStyle}>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type {Position, ResumePosition} from '@/types'

const sufix = 'wollow-soft-cto'
const sufix = 'wollow-soft-developer-team-leader'

const technologies = [
'PHP',
Expand Down

0 comments on commit 3161c63

Please sign in to comment.