Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
42e7f903
Commit
42e7f903
authored
9 years ago
by
Allen Gilliland
Browse files
Options
Downloads
Patches
Plain Diff
try to get the smiley face working, but something not right :(
parent
60bc65a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/frontend_client/app/home/components/Homepage.react.js
+18
-1
18 additions, 1 deletion
...ces/frontend_client/app/home/components/Homepage.react.js
with
18 additions
and
1 deletion
resources/frontend_client/app/home/components/Homepage.react.js
+
18
−
1
View file @
42e7f903
...
...
@@ -53,7 +53,24 @@ export default class Homepage extends Component {
<
div
style
=
{
this
.
styles
.
main
}
>
<
div
style
=
{
this
.
styles
.
mainWrapper
}
>
<
header
style
=
{
this
.
styles
.
headerGreeting
}
className
=
"
pb4
"
>
<
span
className
=
"
float-left
"
><
Icon
className
=
"
mr3
"
name
=
{
'
star
'
}
height
=
{
36
}
width
=
{
36
}
><
/Icon></
span
>
<
span
className
=
"
float-left
"
>
<
svg
width
=
"
48px
"
height
=
"
48px
"
viewBox
=
"
0 0 48 48
"
>
<
defs
>
<
filter
x
=
"
-50%
"
y
=
"
-50%
"
width
=
"
200%
"
height
=
"
200%
"
filterUnits
=
"
objectBoundingBox
"
id
=
"
filter-1
"
>
<
feOffset
dx
=
"
0
"
dy
=
"
1
"
in
=
"
SourceAlpha
"
result
=
"
shadowOffsetOuter1
"
><
/feOffset
>
<
feGaussianBlur
stdDeviation
=
"
2
"
in
=
"
shadowOffsetOuter1
"
result
=
"
shadowBlurOuter1
"
><
/feGaussianBlur
>
<
feColorMatrix
values
=
"
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0982591712 0
"
in
=
"
shadowBlurOuter1
"
type
=
"
matrix
"
result
=
"
shadowMatrixOuter1
"
><
/feColorMatrix
>
<
feMerge
>
<
feMergeNode
in
=
"
shadowMatrixOuter1
"
><
/feMergeNode
>
<
feMergeNode
in
=
"
SourceGraphic
"
><
/feMergeNode
>
<
/feMerge
>
<
/filter
>
<
/defs
>
<
g
filter
=
"
url(#filter-1)
"
fill
=
"
#FFFFFF
"
>
<
path
d
=
"
M24,43 C35.045695,43 44,34.045695 44,23 C44,11.954305 35.045695,3 24,3 C12.954305,3 4,11.954305 4,23 C4,34.045695 12.954305,43 24,43 Z M18.173913,21.0544037 C19.1344083,21.0544037 19.9130435,19.3819413 19.9130435,17.3188544 C19.9130435,15.2557674 19.1344083,13.583305 18.173913,13.583305 C17.2134178,13.583305 16.4347826,15.2557674 16.4347826,17.3188544 C16.4347826,19.3819413 17.2134178,21.0544037 18.173913,21.0544037 Z M28.9565217,21.0544037 C29.917017,21.0544037 30.6956522,19.3819413 30.6956522,17.3188544 C30.6956522,15.2557674 29.917017,13.583305 28.9565217,13.583305 C27.9960265,13.583305 27.2173913,15.2557674 27.2173913,17.3188544 C27.2173913,19.3819413 27.9960265,21.0544037 28.9565217,21.0544037 Z M24,34.5616363 C28.4700217,34.5616363 32.1182868,30.5056662 32.1182868,26.0356445 C26.4909049,26.0356446 23.3555312,26.0356445 15.9608154,26.0356445 C15.9608154,30.5056662 19.5299783,34.5616363 24,34.5616363 Z
"
><
/path
>
<
/g
>
<
/svg
>
<
/span
>
<
span
>
{(
user
)
?
this
.
state
.
greeting
+
'
'
+
user
.
first_name
:
this
.
state
.
greeting
}
<
/span
>
<
/header
>
<
div
className
=
""
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment