From 2435200b8c43439a49f15ff57537c2cff127d94d Mon Sep 17 00:00:00 2001 From: Dmytro Tkachenko Date: Tue, 22 Oct 2024 23:40:16 +0300 Subject: [PATCH] Actions --- .gitea/workflows/build.yaml | 2 +- src/components/Profile/Profile.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index adcb85d..d7d5757 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 diff --git a/src/components/Profile/Profile.jsx b/src/components/Profile/Profile.jsx index 377695e..7c0f426 100644 --- a/src/components/Profile/Profile.jsx +++ b/src/components/Profile/Profile.jsx @@ -1,7 +1,7 @@ import * as React from 'react'; function Profile() { - return
Profile
+ return
My Profile
} export default Profile;