You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix would be easy, but it would be related to our theme designing approach. @slorber should we make DocPaginatorNavLink a generic PaginatorNavLink component, or should we just make another BlogPaginatorNavLink component? I prefer the former
We should start to implement our own typesafe theme design system (+ storybook + Chromatic) instead of using Infima classes everywhere, and this component is a good first candidate as it is used in multiple places
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
In the latest release, there are two arrows on the next/prev element on the blog:
This can also be reproduced here:
https://docusaurus.io/blog/2021/11/21/algolia-docsearch-migration
The arrow is once inserted as HTML element and once as :after element with the content attribute.
Steps to reproduce
See above
Expected behavior
Only one arrow instead of two
Actual behavior
Two arrows
Your environment
Reproducible demo
No response
Self-service
The text was updated successfully, but these errors were encountered: