Skip to content

Commit

Permalink
name correction
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jun 24, 2024
1 parent 2ab5e1d commit aa8900b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function Logo(): ReactElement {
return (
<div className={style.logoDiv}>
<p className={style.heroText}>
<b>Hawk</b> JS
<b>Minomax</b>
</p>
<p className={style.subText}>
By<b> CRESTEEM</b>
Expand Down Expand Up @@ -58,11 +58,11 @@ export function LicenseFooter(): ReactElement {
<a
property="dct:title"
rel="cc:attributionURL"
href="https://github.com/cresteem/Hawk-JS"
href="https://github.com/cresteem/Minomax"
target="_blank"
style={{ fontWeight: "bold" }}
>
Hawk JS
Minomax
</a>{" "}
powered by{" "}
<a
Expand All @@ -76,7 +76,7 @@ export function LicenseFooter(): ReactElement {
</a>{" "}
is licensed under{" "}
<a
href="https://github.com/cresteem/Hawk-JS/blob/main/LICENSE"
href="https://github.com/cresteem/Minomax/blob/main/LICENSE"
target="_blank"
rel="license noopener noreferrer"
style={{ display: "inline-block" }}
Expand All @@ -99,7 +99,7 @@ export function CresteemLogo() {
return (
<div className={style.logoDiv}>
<p className={style.heroText}>
<b>Hawk</b> JS
<b>Minomax</b>
</p>

{/*?xml version="1.0" encoding="UTF-8"?*/}
Expand Down

0 comments on commit aa8900b

Please sign in to comment.