Version 3.2 #46

Merged
danieljsummers merged 3 commits from 3point2 into main 2024-06-21 00:09:35 +00:00
3 changed files with 5 additions and 8 deletions
Showing only changes of commit 62352f9bf3 - Show all commits

View File

@ -360,7 +360,7 @@ let registered =
txt "register again." txt "register again."
] ]
p [] [ p [] [
txt "If you encounter issues, feel free to reach out to @danieljsummers on No Agenda Social for assistance." txt "If you encounter issues, feel free to reach out to @daniel@fedi.summershome.org for assistance."
] ]
] ]

View File

@ -146,7 +146,7 @@ type OtherContact =
{ /// The type of contact { /// The type of contact
ContactType : ContactType ContactType : ContactType
/// The name of the contact (Email, No Agenda Social, LinkedIn, etc.) /// The name of the contact (Email, Mastodon, LinkedIn, etc.)
Name : string option Name : string option
/// The value for the contact (e-mail address, user name, URL, etc.) /// The value for the contact (e-mail address, user name, URL, etc.)

View File

@ -984,12 +984,9 @@ module Help =
h4 [ mainHeading ] [ txt "Help / Suggestions" ] h4 [ mainHeading ] [ txt "Help / Suggestions" ]
p [] [ p [] [
txt "This is open-source software " txt "This is open-source software "
a [ _href "https://github.com/bit-badger/jobs-jobs-jobs"; _target "_blank"; _rel "noopener" ] [ a [ _href "https://git.bitbadger.solutions/bit-badger/jobs-jobs-jobs"; _target "_blank"
txt "developed on Github" _rel "noopener" ] [ txt "developed in Git" ]
]; txt "; feel free to " txt "; feel free to ping @daniel@fedi.summershome.org if you run into any issues."
a [ _href "https://github.com/bit-badger/jobs-jobs-jobs/issues"; _target "_blank"; _rel "noopener" ] [
txt "create an issue there"
]; txt ", or look up @danieljsummers on No Agenda Social."
] ]
] ]