Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-web
Commits
bd6f7154
Commit
bd6f7154
authored
Dec 30, 2017
by
Andrew Hrdy
Browse files
Added links for about and feedback.
parent
9aef0da3
Pipeline
#1921
passed with stage
in 1 minute and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/AppBar.js
View file @
bd6f7154
...
...
@@ -44,10 +44,12 @@ class CustomAppBar extends React.Component {
</IconButton>
<div
className={classNames(
'
app
-
bar
-
link
-
container
'
, !this.state.isAppBarExpanded &&
'
app
-
bar
-
hide
'
)}>
<Button className={classNames(
'
app
-
bar
-
link
-
button
'
,
'
app
-
bar
-
text
-
color
'
)}>
<Button className={classNames(
'
app
-
bar
-
link
-
button
'
,
'
app
-
bar
-
text
-
color
'
)}
href={
'
https
:
//srct.gmu.edu/'} target='_blank'>
About
<
/Button
>
<Button className={classNames(
'
app
-
bar
-
link
-
button
'
,
'
app
-
bar
-
text
-
color
'
)}>
<
Button
className
=
{
classNames
(
'
app-bar-link-button
'
,
'
app-bar-text-color
'
)}
href
=
{
'
https://srct.gmu.edu/contact/
'
}
target
=
'
_blank
'
>
Feedback
<
/Button
>
<
/div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment