Teste de PR 11 #16

Merged
rayankonecny merged 1 commit from new_feature into main 2025-03-25 23:10:59 -03:00
3 changed files with 3 additions and 6 deletions

View file

@ -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}'
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}'

View file

@ -3,7 +3,7 @@ import * as React from 'react'
const App: React.FC = () => {
return (
<>
<h1>Hello</h1>
<h1>Novo teste de PR 11</h1>
</>
)
}

View file

@ -4,7 +4,7 @@
font-weight: 400;
color-scheme: light dark;
color: rgba(188, 82, 197, 0.87);
color: rgba(10, 27, 179, 0.87);
background-color: #242424;
font-synthesis: none;