mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
Remove redundant class bg-base-100
This commit is contained in:
@@ -61,7 +61,7 @@ const Details = ({ profile, loading }) => {
|
|||||||
return (
|
return (
|
||||||
<div className="card shadow-lg compact bg-base-100">
|
<div className="card shadow-lg compact bg-base-100">
|
||||||
<div className="card-body">
|
<div className="card-body">
|
||||||
<div className="bg-base-100 text-base-content text-opacity-60">
|
<div className="text-base-content text-opacity-60">
|
||||||
{loading || !profile ? (
|
{loading || !profile ? (
|
||||||
renderSkeleton()
|
renderSkeleton()
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user