Skip to content

Commit

Permalink
feat: add parking disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
Englund committed Jan 2, 2024
1 parent 4812fb1 commit a68f899
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kontan-server/src/blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,15 @@ export const parkingModal = ({
emoji: true,
},
blocks: [
{
type: 'section',
text: {
type: 'mrkdwn',
text:
'This is first and foremost a parking space for visitors and clients. When not used for visitors we can utilize the space internally and book here.\n' +
'Using the visitors parking space should be an option for occasional use and not an every day choice. If you are booked and we need the space for an external visitor, you will be asked to move your car. Thanks for your cooperation!',
},
},
{
type: 'header',
text: {
Expand Down

0 comments on commit a68f899

Please sign in to comment.