Skip to content

Commit d3b34cc

Browse files
committed
Add download file
1 parent e81b7fc commit d3b34cc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/files/Stoman-Resume.pdf

476 KB
Binary file not shown.

src/components/AppBanner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import developerLight from '../images/developer.svg';
44
import developerDark from '../images/developer-dark.svg';
55

66
const AppBanner = () => {
7-
const [activeTheme, setTheme] = useThemeSwitcher();
7+
const [activeTheme] = useThemeSwitcher();
88

99
return (
1010
<section className="flex flex-col sm:justify-between items-center sm:flex-row mt-12 sm:mt-2">

0 commit comments

Comments
 (0)