From e59ab99d45544ff9a03552623df76d76b0c675bc Mon Sep 17 00:00:00 2001 From: vladislavkeblysh <138868841+vladislavkeblysh@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:58:27 +0200 Subject: [PATCH] feat: Fixed displaying banner and certificates on mobile view (#860) * feat: fixed displaing banner and certificates on mobile view * feat: update snapshot --- src/profile/Banner.jsx | 2 +- .../__snapshots__/ProfilePage.test.jsx.snap | 32 +++++++++---------- src/profile/forms/Certificates.jsx | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/profile/Banner.jsx b/src/profile/Banner.jsx index b4e6830f0..de8ff9dd9 100644 --- a/src/profile/Banner.jsx +++ b/src/profile/Banner.jsx @@ -1,5 +1,5 @@ import React from 'react'; -const Banner = () =>
; +const Banner = () =>
; export default Banner; diff --git a/src/profile/__snapshots__/ProfilePage.test.jsx.snap b/src/profile/__snapshots__/ProfilePage.test.jsx.snap index 746bd2b02..8ecdb3ba3 100644 --- a/src/profile/__snapshots__/ProfilePage.test.jsx.snap +++ b/src/profile/__snapshots__/ProfilePage.test.jsx.snap @@ -5,7 +5,7 @@ exports[` Renders correctly in various states app loading 1`] = ` className="profile-page" >
Renders correctly in various states test country edit w className="profile-page" >
Renders correctly in various states test country edit w className="row align-items-stretch" >
Renders correctly in various states test education edit className="profile-page" >
Renders correctly in various states test education edit className="row align-items-stretch" >
Renders correctly in various states test preferreded la className="profile-page" >
Renders correctly in various states test preferreded la className="row align-items-stretch" >
Renders correctly in various states viewing other profi className="profile-page" >
Renders correctly in various states viewing own profile className="profile-page" >
Renders correctly in various states viewing own profile className="row align-items-stretch" >
Renders correctly in various states while saving an edi className="profile-page" >
Renders correctly in various states while saving an edi className="row align-items-stretch" >
Renders correctly in various states while saving an edi className="profile-page" >
Renders correctly in various states while saving an edi className="row align-items-stretch" >
Renders correctly in various states without credentials className="profile-page" >
Renders correctly in various states without credentials className="row align-items-stretch" >
+