Skip to content

Commit

Permalink
Rename icons and add even smoller fi logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jan 7, 2024
1 parent 4379385 commit 38206cf
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/layouts/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default ({ title, children, styles, math }: FrontPageData) => {
<html>
<head>
<meta charSet="utf-8" />
<link rel="icon" href="/icons/fi.ico" />
<link rel="icon" href="/icons/fi_16.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>{title ? `${title} | FI Notes` : "FI Notes"}</title>
{(styles ?? []).map((style) => (
Expand Down
4 changes: 2 additions & 2 deletions _includes/layouts/question.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default ({ title, children, showtitle, course, tags, groups, search, home
<>
<nav class="nav">
<a href={home} class="nav-header">
<img src="/icons/fi.png" class="logo" />
<img src="/icons/fi_16.png" class="logo" />
{course}
</a>
{groups.map((g) => (
Expand Down Expand Up @@ -51,7 +51,7 @@ export default ({ title, children, showtitle, course, tags, groups, search, home
{showtitle && <h1>{title}</h1>}
{githubLink && (
<a class="edit-link btn" href={githubLink} target="_blank">
<img class="icon pixelart" src="/icons/edit_really_smol.png" />
<img class="icon pixelart" src="/icons/edit_8.png" />
<span>Editovat</span>
</a>
)}
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
Binary file added icons/fi_16.aseprite
Binary file not shown.
Binary file added icons/fi_16.ico
Binary file not shown.
Binary file added icons/fi_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit 38206cf

Please sign in to comment.