Skip to content

Commit

Permalink
Test generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zergus committed Oct 20, 2023
1 parent fd1e57a commit d1e0003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/CV.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const CV = () => {
<ul className="list-inside">
{data.details.map((detail, index) => (
<li key={index} className="items-center mb-2">
<h3 className="font-semibold text-lg">{detail.label}</h3>
<h3 className="font-semibold text-lg">{detail.label}:</h3>
{detail.link ? (
<a href={detail.link} className="hover:underline">
{detail.value}
Expand Down
6 changes: 3 additions & 3 deletions src/data/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,16 @@
],
"details": [
{
"label": "Address:",
"label": "Location",
"value": "Kyiv, Ukraine"
},
{
"label": "Email:",
"label": "Email",
"value": "[email protected]",
"link": "mailto:[email protected]"
},
{
"label": "Skype:",
"label": "Skype",
"value": "serhi.melnik",
"link": "skype:serhi.melnik?chat"
}
Expand Down

0 comments on commit d1e0003

Please sign in to comment.