Skip to content

Commit

Permalink
Release (#259)
Browse files Browse the repository at this point in the history
Co-authored-by: kevin-222 <[email protected]>
  • Loading branch information
kevin-222 and kevin-222 authored Dec 13, 2022
1 parent 1a9d695 commit 8c5af60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/Profile/components/Sidebar/ProfileCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ export default function ProfileCard({
<div className="flex items-center mt-[5px] justify-between">
{!primaryDomain ? (
<button
className="px-2 text-xs font-semibold text-white rounded-full bg-dark-400"
className="btn btn-primary text-sm font-semibold rounded-xl py-2 px-8"
onClick={() => {
setIsShowChangePrimaryModal(true)
}}
>
Add Primary domain
Set Your Primary Name
</button>
) : (
<div className="flex justify-between w-full">
Expand Down

0 comments on commit 8c5af60

Please sign in to comment.