-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathAnalystGuideIntro.jsx
More file actions
15 lines (12 loc) · 1003 Bytes
/
AnalystGuideIntro.jsx
File metadata and controls
15 lines (12 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import React from 'react';
const AnalystGuideIntro = () => (
<>
<h3 className="analyst-guide__topTitle">What is the Federal Spending Guide?</h3>
<div className="analyst-guide__bodyText">
<p>Welcome to the Federal Spending Guide. You’ll find answers here to commonly asked questions about federal spending concepts and USAspending data. We hope this guide makes it easier for you to conduct your own analyses and develop your own tools.</p>
<p>If you'd like to recommend a question to be added to this guide, please share it on our <a href="https://onevoicecrm.my.site.com/usaspending/s/" alt="Community Page" target="_blank" rel="noopener noreferrer">Community page</a> or send an email to <a href="mailto:USAspending.Help@fiscal.treasury.gov" alt="email link USAspending.help@fiscal.treasury.gov">USAspending.Help@fiscal.treasury.gov</a>. We look forward to hearing from you!
</p>
</div>
</>
);
export default AnalystGuideIntro;