Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #81 from democracyworks/adjust-contact-info
Browse files Browse the repository at this point in the history
Add CDOS contact info
  • Loading branch information
sduckett authored Oct 12, 2018
2 parents 3f0813e + e1b6c1c commit 7467d34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ with the following tags indicating the components affected:

## 2.0.5 - SNAPSHOT - In development
- [API - Adjust where discrepancies appear in the DoS dashboard][pr80]
- [UI - Add CDOS contact info][pr81]
- [UI - Remove 'Vote for X' text from data entry and review screens][pr78]
- [API - Show signatories from all rounds on the affirmation sheet][pr79]
- [API - select CVRs in bulk, add uri concept for fast selection][pr77]
Expand Down Expand Up @@ -137,3 +138,4 @@ This is [FreeAndFair's most recent tag][1.1.0.3].
[pr78]: https://github.com/democracyworks/ColoradoRLA/pull/78
[pr79]: https://github.com/democracyworks/ColoradoRLA/pull/79
[pr80]: https://github.com/democracyworks/ColoradoRLA/pull/80
[pr81]: https://github.com/democracyworks/ColoradoRLA/pull/81
4 changes: 2 additions & 2 deletions client/src/component/County/Dashboard/MissedDeadlinePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const MissedDeadlinePage = () => {
<div>
<div className='pt-card'>
You are unable to upload a file because the deadline has passed and the
audit has begun. Please contact the CDOS voting systems team at
<span>{ config.helpEmail }</span> or { config.helpTel } for assistance.
audit has begun. Please contact the CDOS voting systems team at&nbsp;
<strong>{ config.helpEmail }</strong> or <strong>{ config.helpTel }</strong> for assistance.
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions client/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export const endpoint = (path: string) => `${endpointPrefix}/${path}`;

export const timezone = 'America/Denver';

export const helpEmail = 'help@example.com';
export const helpEmail = 'voting.systems@sos.state.co.us';

export const helpTel = '555-555-5555';
export const helpTel = '877-436-5677';

export const pollDelay
= debug
Expand Down

0 comments on commit 7467d34

Please sign in to comment.