Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ calculated and the data is plotted in the **Chronology** and **Frequency** plot
'2016',
'2017',
'2018',
'-',
'-',
],
[
'30,122',
Expand Down Expand Up @@ -331,6 +333,8 @@ calculated and the data is plotted in the **Chronology** and **Frequency** plot
'55,982',
'34,585',
'48,324',
'-',
'-',
],
]}
fullWidth={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ platform, including a graphical user interface, data entry capabilities, statist
models, stochastic simulation, and results reporting tools. To request a free copy of the software, provide future suggestions,
report errors, or request additional information, please contact the developer at:

Haden Smith, P.E.
USACE Risk Management Center
12596 W. Bayaud Ave Suite 400
Email: [Cole.H.Smith@usace.army.mil](mailto:Cole.H.Smith@usace.army.mil)
Phone: 303-963-4575
Haden Smith, P.E.<br/>
USACE Risk Management Center<br/>
12596 W. Bayaud Ave, Suite 400<br/>
Lakewood, CO 80228<br/>
**Email:** [Cole.H.Smith@usace.army.mil](mailto:Cole.H.Smith@usace.army.mil)<br/>
**Phone:** 303-963-4575

<CitationFootnote />
6 changes: 3 additions & 3 deletions src/components/ContentBubble.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ const ContentBubble = ({ icon, iconLight, iconDark, IconComponent, doc_location,
{doc_name}
</p>
{comingSoon && (
<p className="mb-0 mt-1 font-usace text-[0.8rem] leading-none text-white/70 xl:text-[0.85rem]">
Coming soon!
</p>
<span className="mt-2 inline-block rounded-full bg-white/20 px-3 py-0.5 font-usace text-[0.7rem] leading-none text-white/70">
Coming Soon
</span>
)}
</div>
</div>
Expand Down