Skip to content

Commit

Permalink
Update favicon to SeattleJS logo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Aug 6, 2024
1 parent 070f841 commit 8703232
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/head.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Head(state) {
<title>${title ? title : `SeattleJS`}</title>
<meta name="description" content="${description ? description : `SeattleJS is the largest JavaScript and web developer meetup in Seattle. Our meetings are the 2nd Wednesday of each month. We are an inclusive community and welcome everyone, including folks who are just getting started in tech.`}">
<link rel="stylesheet" href="/_public/styles/main.css">
<link rel="icon" href="/_public/favicon.ico">
<link rel="shortcut icon" href="_public/favicon.jpg">
<link rel="stylesheet" href="https://use.typekit.net/smc6vzy.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css" integrity="sha512-rO+olRTkcf304DQBxSWxln8JXCzTHlKnIdnMUwYvQa9/Jd4cQaNkItIUj6Z4nvW1dqK0SKXLbn9h4KwZTNtAyw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
${ sharing
Expand Down
Binary file added public/favicon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8703232

Please sign in to comment.