Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed Apr 19, 2024
1 parent 6090d56 commit 6613861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion adminSiteClient/SiteRedirectsIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { useForm } from "react-hook-form"

import { AdminAppContext } from "./AdminAppContext.js"
import { AdminLayout } from "./AdminLayout.js"
import { Link } from "./Link.js"

const SOURCE_PATTERN = /^\/$|^\/.*[^\/]+$/
const INVALID_SOURCE_MESSAGE =
Expand Down Expand Up @@ -124,7 +125,7 @@ export default function SiteRedirectsIndexPage() {
This page is used to create and delete redirects for
the site. Don't use this page to create redirects
for charts, use the{" "}
<a href="/admin/redirects">chart redirects page</a>{" "}
<Link to="/redirects">chart redirects page</Link>{" "}
instead.
</p>
<p>
Expand Down
3 changes: 0 additions & 3 deletions adminSiteClient/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -927,9 +927,6 @@ main:not(.ChartEditorPage):not(.GdocsEditPage) {
}

.redirect-emphasis {
// font-weight: 600;
// color: #0066aa;
// make the text underlined the underline color gray
text-decoration: underline;
text-decoration-color: #ccc;
}
Expand Down

0 comments on commit 6613861

Please sign in to comment.