Skip to content

Commit 9e08afa

Browse files
authored
refactor: fix component naming
1 parent 474b899 commit 9e08afa

File tree

1 file changed

+1
-1
lines changed
  • plugins/docusaurus-plugin-alumni/src/theme/icons

1 file changed

+1
-1
lines changed

plugins/docusaurus-plugin-alumni/src/theme/icons/Website.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
// Website icon
44
// Downloaded from Downloaded from https://iconmonstr.com/globe-3-svg/
5-
export default function LinkedInIcon(): JSX.Element {
5+
export default function WebsiteIcon(): JSX.Element {
66
return (
77
<svg
88
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)