Update SocialPatreonIcon.js

This commit is contained in:
Mitchell McCaffrey 2021-01-08 12:56:46 +11:00
parent 69431c17e9
commit aedc9548dd

View File

@ -1,6 +1,6 @@
import React from "react";
function SocialRedditIcon() {
function SocialPatreonIcon() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
@ -16,4 +16,4 @@ function SocialRedditIcon() {
);
}
export default SocialRedditIcon;
export default SocialPatreonIcon;