Skip to content

Commit

Permalink
Display "for R" text
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Aug 9, 2024
1 parent b12e3c0 commit 78ac0da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Components/HeaderBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,16 @@ export default function HeaderBar({
// eslint-disable-next-line react/jsx-no-target-blank
<a className="page-title" href={mainUrl[appEngine]} target="_blank">
<img className="shiny-logo" src={shinyLogo} alt="Shiny" />
{appEngine === "r" ? (
<span>
<span style={{ fontSize: "0.65em", marginLeft: "-2px" }}>
for
</span>{" "}
R
</span>
) : (
""
)}
</a>
}
<div>
Expand Down

0 comments on commit 78ac0da

Please sign in to comment.