Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Resolve Author Data Visibility and Follow Button Functionality on Tutorial Page #156

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lokeshwar777
Copy link
Collaborator

Description

This PR resolves minor bugs on the tutorial page:

  • Author Data Visibility: Ensures that the author data is properly displayed on the tutorial page.
  • Follow Button Functionality: Fixes the follow button so it performs the intended action when clicked.

Related Issue

This PR addresses the issue of missing author data and a non-functional follow button on the tutorial page.
Fixes #155

Motivation and Context

The changes are required to enhance the user experience by ensuring that author details are visible and the follow button works as intended, enabling users to engage more effectively with the content.

How Has This Been Tested?

Tested the changes in a local development environment on macOS with Chrome to ensure that the author data is visible and the follow button is functional.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Author Data Missing and Non-Functional Follow Button on Tutorial Page
1 participant