Skip to content

Commit

Permalink
fix SVG width in archive
Browse files Browse the repository at this point in the history
  • Loading branch information
dbence2002 committed Sep 26, 2023
1 parent d1acfe7 commit 1410054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Archive.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import React from "react";
function ProblemLeaf({ data }) {
return (
<span className="w-fit flex items-center">
<div className="w-5 mr-2">
<div className="w-4 mr-2">
{data.solvedStatus === 1 && (
<FontAwesomeIcon
icon="fa-xmark"
Expand Down

0 comments on commit 1410054

Please sign in to comment.