Skip to content

Commit

Permalink
[#12268] Make instructor getting started page more prominent (#12496)
Browse files Browse the repository at this point in the history
* fixed overlapping button issue

* Overflow fixed

* Updating failing checks

* Reduced padding at ends and for the info button

* Corresponding snapshots updated

* Padding changed to horizontal axis

* snapshots updated

* custom styling added

* Instructor getting started made prominent

* Snapshots updated

* minor update

* Trailing commas added
  • Loading branch information
singhabhyudita committed Jun 28, 2023
1 parent bc1e5f5 commit b4a12c2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/web/app/pages-instructor/instructor-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,17 @@ export class InstructorPageComponent implements OnInit {
display: 'Notifications',
},
{
url: '/web/instructor/help',
display: 'Help',
children: [
{
url: '/web/instructor/getting-started',
display: 'Getting Started',
},
{
url: '/web/instructor/help',
display: 'Instructor Help',
},
],
},
];
isFetchingAuthDetails: boolean = false;
Expand Down

0 comments on commit b4a12c2

Please sign in to comment.