Contact Us hyperlink to bottom of page
This commit is contained in:
parent
ef135d214b
commit
7ed447f7f4
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ app.get("/committees", (req: Request, res: Response) => {
|
|||
respond(res, "committees");
|
||||
});
|
||||
app.get("/contact", (req: Request, res: Response) => {
|
||||
respond(res, "contact");
|
||||
res.sendFile(__dirname + "/#contact-us");
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
|
@ -35,7 +35,7 @@ class Main extends React.Component<MainProps, MainState> {
|
|||
</div>
|
||||
</DefaultSection>
|
||||
|
||||
<div className="contact-us">
|
||||
<div id="contact-us">
|
||||
<DefaultSection title="Interested? Join our socials!">
|
||||
<div className="join-scls">{
|
||||
[...EMAIL, ...SOCIALS].map(n => (
|
||||
|
|
|
@ -40,7 +40,7 @@ class Main extends React.Component<MainProps, MainState> {
|
|||
</div>
|
||||
</DefaultSection>
|
||||
|
||||
<div className="contact-us">
|
||||
<div id="contact-us">
|
||||
<DefaultSection title="Have questions? Contact us!">
|
||||
<div className="join-scls">{
|
||||
[...EMAIL, ...SOCIALS].map(n => (
|
||||
|
|
Loading…
Reference in a new issue