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: | run: |
yarn yarn
yarn build yarn build
- name: 📂 Deploy - name: Deploy
uses: SamKirkland/FTP-Deploy-Action@v4.3.5 uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with: with:
server: mycloud.dp.ua server: mycloud.dp.ua
+1 -1
View File
@@ -1,7 +1,7 @@
import * as React from 'react'; import * as React from 'react';
function Profile() { function Profile() {
return <div className="profile">Profile</div> return <div className="profile">My Profile</div>
} }
export default Profile; export default Profile;