Skip to content

Commit

Permalink
Re-Add cycle.png (online version was not available anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrdlt committed Jan 22, 2024
1 parent 454a51f commit ff69a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added tag-commander-sample-app/src/assets/cycle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion tag-commander-sample-app/src/components/dashboard/index.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import cycle from '../../assets/cycle.png'
const Dashboard = () => {
return (
<main>
Expand Down Expand Up @@ -26,7 +27,7 @@ const Dashboard = () => {
<div className="illustration">
<img width={ 440 }
height={ 330 }
src="https://www.commandersact.com/wp-content/uploads/2016/10/cycle.png"
src={cycle}
className="attachment-full size-full"
alt="Tag lifecycle management"/>
</div>
Expand Down

0 comments on commit ff69a29

Please sign in to comment.