Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
embl.org
html-sites
embl-jobs-pages
Commits
39e90643
Commit
39e90643
authored
Sep 17, 2021
by
Nitin Jadhav
Browse files
text changes in alerts
parent
60f1d4da
Pipeline
#194452
passed with stages
in 4 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
src/app/App.jsx
src/app/App.jsx
+1
-0
src/components/alerts/Alerts.jsx
src/components/alerts/Alerts.jsx
+6
-8
No files found.
src/app/App.jsx
View file @
39e90643
...
...
@@ -101,6 +101,7 @@ export function App() {
}
history
.
listen
((
location
)
=>
{
console
.
log
(
"
in ga event
"
,
location
.
pathname
);
window
.
ga
(
"
set
"
,
"
page
"
,
location
.
pathname
+
location
.
search
);
window
.
ga
(
"
send
"
,
"
pageview
"
);
});
src/components/alerts/Alerts.jsx
View file @
39e90643
...
...
@@ -72,7 +72,7 @@ export function Alerts() {
<
EmblHeader
/>
<
VFBreadcrumbs
breadcrumbItems
=
{
[
{
title
:
"
EMBL
J
obs
"
,
link
:
"
https://www.embl.org/jobs
"
},
{
title
:
"
EMBL
j
obs
"
,
link
:
"
https://www.embl.org/jobs
"
},
{
title
:
"
Job alerts
"
},
]
}
/>
...
...
@@ -81,14 +81,12 @@ export function Alerts() {
<
div
></
div
>
<
div
className
=
"vf-stack"
>
<
h1
className
=
"vf-intro__heading "
>
EMBL Job alerts
</
h1
>
<
p
className
=
"vf-lede"
>
Thank you for subscribing to the EMBL job alerts.
</
p
>
<
h1
className
=
"vf-intro__heading "
>
EMBL job alerts
</
h1
>
<
p
className
=
"vf-intro__text"
>
You should receive a confirmation email shortly. From now on,
you'll be among the first to know about our latest career
Thank you for subscribing to the EMBL job alerts.
<
br
/>
You should receive a confirmation email shortly. From now
on, you'll be among the first to know about our latest career
opportunities.
</
p
>
{
isEBISite
?
(
...
...
@@ -131,7 +129,7 @@ export function Alerts() {
<
div
>
{
/* empty */
}
</
div
>
<
div
className
=
"vf-stack vf-stack--400"
>
<
h1
className
=
"vf-intro__heading "
>
EMBL
J
ob alerts
</
h1
>
<
h1
className
=
"vf-intro__heading "
>
EMBL
j
ob alerts
</
h1
>
<
p
className
=
"vf-lede"
>
Get the latest postings in your inbox.
</
p
>
<
p
className
=
"vf-intro__text"
>
...
...
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