main #3

Merged
Dmitry_Tkachenko merged 30 commits from main into develop 2024-10-22 23:58:46 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2435200b8c - Show all commits
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
run: |
yarn
yarn build
- name: 📂 Deploy
- name: Deploy
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: mycloud.dp.ua
+1 -1
View File
@@ -1,7 +1,7 @@
import * as React from 'react';
function Profile() {
return <div className="profile">Profile</div>
return <div className="profile">My Profile</div>
}
export default Profile;