Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/components/Print/Print.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import PropTypes from "prop-types";
import "./Print.scss";
import icon from "../../assets/icon-print.svg";
import BarIcon from "../../styles/icons/vertical-bar.svg";

Expand Down Expand Up @@ -40,14 +39,14 @@ export default function Print(props) {
fill="#175d96"
/>
<a
className="sidebar-item__title sidebar-link__print"
className="sidebar-item__title flex items-center flex-nowrap"
href={printUrl}
rel="nofollow noopener noreferrer"
title="Print"
target="_blank"
>
Print Section
<img src={icon} width={27} height={20} alt="Printer Icon" />
<img src={icon} alt="Printer Icon" className="h-[20px] w-[27px]" />
</a>
</div>
);
Expand Down
10 changes: 0 additions & 10 deletions src/components/Print/Print.scss

This file was deleted.

Loading