Closed danthomps closed 1 month ago
Short PR to remove duplicate HTML and body tags from the dashboard layout (8f529bca7f253ec7bd97441278fe52ba2773e2dc), as they are already present in app/layout.tsx.
app/layout.tsx
https://github.com/gumroad/shortest/blob/9b117cce076c7057501e1fd14b36779c55d45b4f/app/layout.tsx#L21-L28
It also includes minor refactoring:
main
@danthomps is attempting to deploy a commit to the Gumroad Team on Vercel.
A member of the Team first needs to authorize it.
Short PR to remove duplicate HTML and body tags from the dashboard layout (8f529bca7f253ec7bd97441278fe52ba2773e2dc), as they are already present in
app/layout.tsx
.https://github.com/gumroad/shortest/blob/9b117cce076c7057501e1fd14b36779c55d45b4f/app/layout.tsx#L21-L28
It also includes minor refactoring:
main
elements to match content with the html/body removal.