Skip to content

Commit 970d11b

Browse files
author
Luciano Nooijen
committed
Merge branch 'develop'
2 parents e7b0d8a + 6930ef4 commit 970d11b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.7.1 (2021-06-29)
9+
10+
### Fixed:
11+
12+
* Amount of hours in golang vacancy
13+
814
## 2.7.0 (2021-06-08)
915

1016
## Added:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bytecode-website",
33
"private": false,
44
"description": "The Bytecode Digital Agency website, released as free software",
5-
"version": "v2.7.0",
5+
"version": "v2.7.1",
66
"author": "Luciano Nooijen <[email protected]>",
77
"keywords": [
88
"bytecode"

src/pages/vacature-golang-ontwikkelaar.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const Vacancy: React.FC = () => (
5353
<IconText
5454
iconName="FaRegClock"
5555
iconColor={colors.primary}
56-
text="Deeltijd: 24-40 uur"
56+
text="Deel-/voltijd: 24-40 uur"
5757
/>
5858
<IconText
5959
iconName="FaMapMarkerAlt"
@@ -179,7 +179,10 @@ const Vacancy: React.FC = () => (
179179
Een marktconform salaris en vergoeding van
180180
reiskosten
181181
</li>
182-
<li>Een contract voor 32/40 uur per week</li>
182+
<li>
183+
Een contract voor 24 tot 40 uur per week (in
184+
overleg)
185+
</li>
183186
<li>Snel uitzicht op een vast contract</li>
184187
<li>
185188
Toffe projecten om aan te werken, van klanten en

0 commit comments

Comments
 (0)