diff --git a/src/JobsJobsJobs/Citizens/Views.fs b/src/JobsJobsJobs/Citizens/Views.fs index 6e6eb8d..4eaeb98 100644 --- a/src/JobsJobsJobs/Citizens/Views.fs +++ b/src/JobsJobsJobs/Citizens/Views.fs @@ -360,7 +360,7 @@ let registered = txt "register again." ] 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." ] ] diff --git a/src/JobsJobsJobs/Common/Domain.fs b/src/JobsJobsJobs/Common/Domain.fs index c149d73..dd121e4 100644 --- a/src/JobsJobsJobs/Common/Domain.fs +++ b/src/JobsJobsJobs/Common/Domain.fs @@ -146,7 +146,7 @@ type OtherContact = { /// The type of contact 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 /// The value for the contact (e-mail address, user name, URL, etc.) diff --git a/src/JobsJobsJobs/Home/Views.fs b/src/JobsJobsJobs/Home/Views.fs index e9974ec..77199e1 100644 --- a/src/JobsJobsJobs/Home/Views.fs +++ b/src/JobsJobsJobs/Home/Views.fs @@ -984,12 +984,9 @@ module Help = h4 [ mainHeading ] [ txt "Help / Suggestions" ] p [] [ txt "This is open-source software " - a [ _href "https://github.com/bit-badger/jobs-jobs-jobs"; _target "_blank"; _rel "noopener" ] [ - txt "developed on Github" - ]; txt "; feel free to " - 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." + a [ _href "https://git.bitbadger.solutions/bit-badger/jobs-jobs-jobs"; _target "_blank" + _rel "noopener" ] [ txt "developed in Git" ] + txt "; feel free to ping @daniel@fedi.summershome.org if you run into any issues." ] ]