Remove No Agenda Social references (#44)
This commit is contained in:
parent
43378ed53b
commit
62352f9bf3
|
@ -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."
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -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.)
|
||||||
|
|
|
@ -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."
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user