Skip to content

[frappe] fix: Dont bold URL parts

Date: 2023-07-11T18:19:29+05:30By: Ankush Menat

fix: Dont bold URL parts

closes https://github.com/frappe/frappe/issues/21445

This is a commit that is not part of a pull request.



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-commit-7e4b6683e6a51777530701e390f8c98589950160

# Make changes then rebase
git rebase -i upstream/develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports