Skip to content

Commit

Permalink
Small UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aunshx committed Apr 28, 2024
1 parent 05ad3ae commit 6bc5088
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ResView is a visualizer based on the Resilient Db fabric to show transaction vis

#### Check out the [blog](https://aunsh.medium.com/resview-a-pbft-visualizer-based-on-the-resilientdb-blockchain-fabric-3ffaeb2aaee5) to know more!


## Get Prepared

Before running the ResView application, there are a few other services which need to be ran.
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Pages/Team/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const CurrentTeamCard = ({ element }) => {
<div className='w-full h-250p text-black rounded-md border-3p border-gray-700 grid grid-cols-2 gap-x-4 dark:border-solid dark:border-gray-50 bg-blue-10 dark:bg-blue-500 dark:text-white px-4 py-6 hover:scale-105 transition'>
<div className='w-full h-full flex items-center justify-center'>
<img
src={profilePic || defaultProfileImage}
src={profilePic ?? defaultProfileImage}
alt={`Profile pic of ${name}`}
className='object-fit rounded-md w-full'
/>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Shared/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Footer = () => {
<div className='text-12p text-gray-100 my-1p'>
by {" "}
<span className='hover:text-blue-190 mx-1'>
<a href='https://aunsh.com'>
<a href='https://deploy-preview-5--helpful-hamster-a151d8.netlify.app/'>
aunshx
</a>
</span>
Expand Down

0 comments on commit 6bc5088

Please sign in to comment.