Skip to content

Commit

Permalink
Added info of how to create profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkelhost committed Sep 6, 2021
1 parent c74cd3a commit ac8f69e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/src/Pages/Profiles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<Navbar/>
<div class="container" style="margin-top: 40px">
<b-row style="margin-bottom: 20px">
<h3 class="float-left font-weight-bold text-gray-800 mb-1">Available Challenge Profiles</h3>
<h3 class="float-left font-weight-bold text-gray-800 mb-1">
Available Challenge Profiles
<b-icon id="create-chal-info" class="info-icon" icon="info-circle"></b-icon>
<b-tooltip target="create-chal-info">You can create challenge profiles from the <i>Challenges</i> page. Select your desired challenges, choose a profile name and hit "Save Profile". Your new profile will displayed on this page.</b-tooltip>
</h3>
</b-row>
<template v-if="!noProfiles && !loaderIsActive">
<b-row>
Expand Down

0 comments on commit ac8f69e

Please sign in to comment.