diff --git a/README.md b/README.md index 2e87719..8b912c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1 @@ -curl -X POST "https://forgejo-olymp.duckdns.org/api/v1/user/repos" \ --H "Content-Type: application/json" \ --H "Authorization: token f98559994ee6cc839efa2f8ba0aae66fb5efe3c3" \ --d '{"name": "portal-app", "private": false}' \ No newline at end of file +curl -X POST "https://forgejo-olymp.duckdns.org/api/v1/user/repos" H "Content-Type: application/json" H "Authorization: token f98559994ee6cc839efa2f8ba0aae66fb5efe3c3" -d '{"name": "portal-app", "private": false}' \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index 28e8c16..f576f55 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,7 @@ import * as React from 'react' const App: React.FC = () => { return ( <> -