Skip to content

Commit

Permalink
remove icon from modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanko52 committed Jan 4, 2024
1 parent 85c730b commit bd0f423
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions client/src/components/Projects/RenameSnapshotModal.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import React, { useState } from "react";
import PropTypes from "prop-types";
import { createUseStyles, useTheme } from "react-jss";

import Button from "../Button/Button";
import { faCopy } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";

import ModalDialog from "../UI/AriaModal/ModalDialog";

const useStyles = createUseStyles(theme => ({
Expand Down Expand Up @@ -39,7 +35,7 @@ export default function RenameSnapshotModal({
initialFocus="#duplicateName"
>
<div className={classes.heading1} style={{ marginBottom: "1.5rem" }}>
<FontAwesomeIcon icon={faCopy} /> Rename Snapshot?
Rename Snapshot?
</div>
<div style={theme.typography.subHeading}>
What would you like to rename your snapshot to?
Expand Down

0 comments on commit bd0f423

Please sign in to comment.