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

Commit f6f4997

Browse files
author
vikasrohit
committed
Added images for welcome tooltip
1 parent 8acaa75 commit f6f4997

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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: '<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" /><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: '<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" /><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: '<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" /><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',

assets/css/topcoder.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ body {
115115
}
116116

117117
.introjs-tooltiptext {
118-
@include font-with-weight('Merriweather Sans');
119118
color: $gray-darker;
120119
display: flex;
121120
flex-direction: column;

0 commit comments

Comments
 (0)