Skip to content

fix: make logo optional#130

Open
prashant-gurung899 wants to merge 1 commit intomainfrom
make-logo-optional
Open

fix: make logo optional#130
prashant-gurung899 wants to merge 1 commit intomainfrom
make-logo-optional

Conversation

@prashant-gurung899
Copy link
Copy Markdown

@prashant-gurung899 prashant-gurung899 commented Mar 30, 2026

Description

This PR makes the logo to be optional.

Related Issue

Motivation and Context

How Has This Been Tested?

  • Locally

Screenshots (if appropriate):

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)
  • Tests only (no source changes)
  • Documentation only (no source changes)
  • Maintenance (e.g. dependency updates or tooling)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation updated

Copy link
Copy Markdown
Member

@individual-it individual-it left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also add some tests

Comment thread src/App.vue Outdated
})
}
function setLogo() {
const frontMatter = separateFrontmatterAndMarkdown()[1]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

frontMatter could be passed in as parameter, because in applyTemplateIfNeeded we have already that data.

Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
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.

[Bug]: Logo should be optional

2 participants