Skip to content

Commit

Permalink
style: fix lowercases
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Jan 22, 2025
1 parent 318580c commit 421485c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/[locale]/works/[category]/[id]/WorksPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export function WorksPage(props: WorksPageProps) {
<SingleRefinementList
allLabel={ct(category)}
attribute={"contains.work.id"}
className="lowercase"
refinementArgs={{
transformItems: (items: Array<RefinementListItem>) => {
return (
Expand Down
2 changes: 1 addition & 1 deletion components/instantsearch/single-refinement-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function SingleRefinementList(props: SingleRefinementListProps) {
<label
key="all"
className={cn(
"block text-right focus-within:outline focus-within:outline-2",
"block text-right lowercase focus-within:outline focus-within:outline-2",
className,
)}
>
Expand Down
2 changes: 1 addition & 1 deletion content/en/about.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# About this Page
# About this page

In other languages, said Thomas Bernhard, known as the ›master of exaggeration‹, his works are »unrecognizable. A translated book is like a corpse, mangled beyond recognition by a car. You can pick up the debris, but it’s no use anymore.« (W22.2: 300). Bernhard became a figure of world literature precisely because this ›debris work‹ was tirelessly carried out ever since in 1967 the French and Serbian translations of his debut novel Frost laid the foundation for his ongoing international impact.

Expand Down

0 comments on commit 421485c

Please sign in to comment.