Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 5f1f0e8

Browse files
author
vikasrohit
committed
Added headers to welcome intro tooltip.
1 parent 5aeb29c commit 5f1f0e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/services/introduction.service.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
about: {
7979
steps: [
8080
{
81-
intro: '<img src="/images/introjs/profile-skills.svg" /><p>Welcome to the new Topcoder Profile. It’s been reimagined as the premier place to showcase your experience, with three main sections.</p>'
81+
intro: '<img src="/images/introjs/profile-skills.svg" /><h1>Member Profile</h1><p>Welcome to the new Topcoder Profile. It’s been reimagined as the premier place to showcase your experience, with three main sections.</p>'
8282
},
8383
{
8484
// element: '#skills',
@@ -100,7 +100,7 @@
100100
subtrack: {
101101
steps: [
102102
{
103-
intro: '<img src="/images/introjs/subtrack-metrics.svg" /><p>Welcome to the new Sub-track Details page. This page summarizes your activity in a particular sub-track and has detailed historical metrics.</p>'
103+
intro: '<img src="/images/introjs/subtrack-metrics.svg" /><h1>Subtrack Details</h1><p>Welcome to the new Sub-track Details page. This page summarizes your activity in a particular sub-track and has detailed historical metrics.</p>'
104104
},
105105
{
106106
// element: '#subtrack-stats',
@@ -123,7 +123,7 @@
123123
dashboard: {
124124
steps: [
125125
{
126-
intro: '<img src="/images/introjs/dashboard-challenges.svg" /><p>Welcome to your new Topcoder Dashboard. It’s been revamped to bring your most-needed information to the fore. Let’s walk through some of the new sections.</p>'
126+
intro: '<img src="/images/introjs/dashboard-challenges.svg" /><h1>Topcoder Dashboard</h1><p>Welcome to your new Topcoder Dashboard. It’s been revamped to bring your most-needed information to the fore. Let’s walk through some of the new sections.</p>'
127127
},
128128
{
129129
// element: '#challenges',

0 commit comments

Comments
 (0)