Skip to content

Commit 2061c02

Browse files
author
Jon Cameron
committed
Formatting Updates to Fix Failing Build
1 parent eca4af3 commit 2061c02

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

src/app/contact/page.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const contactCards = [
1010
"A community group that meets monthly to talk Avalon and all things AV in the world of libraries and archives. Agenda topics are sourced from the community, and all potential and current Avalon users are invited to attend.",
1111
label: "Call Info and Meeting Notes",
1212
title: "Avalon User Roundtable",
13-
url: "https://samvera.atlassian.net/wiki/spaces/AVALON/pages/1957954091/Avalon+User+Roundtable"
13+
url: "https://samvera.atlassian.net/wiki/spaces/AVALON/pages/1957954091/Avalon+User+Roundtable",
1414
},
1515
{
1616
description: "Have a PR to contribute?",
@@ -53,7 +53,10 @@ export default function ContactPage() {
5353
Get in touch
5454
</h2>
5555
<p className="mt-4 leading-7 text-foreground-muted">
56-
Developing a sustainable open source software project depends on the strength of the community. We hope you'll consider joining our listserv, chatting on Slack, or checking out our code on Github.
56+
Developing a sustainable open source software project
57+
depends on the strength of the community. We hope you'll
58+
consider joining our listserv, chatting on Slack, or
59+
checking out our code on Github.
5760
</p>
5861
</div>
5962
<div className="grid grid-cols-1 gap-6 sm:grid-cols-2 lg:col-span-2 lg:gap-8">

src/app/features/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ export default async function FeaturesPage() {
2222
<Container>
2323
<h2>Features</h2>
2424
<p>
25-
Avalon has a long list of features and
26-
distinctions, including:
25+
Avalon has a long list of features and distinctions, including:
2726
</p>
2827
<FeatureList />
2928
<section className="space-y-6">

src/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ export default async function Homepage() {
1616
Avalon Media System
1717
</h1>
1818
<p className="mt-6 text-lg leading-8 text-foreground-muted">
19-
Avalon Media System is an open source platform for
20-
managing and providing access to large
21-
collections of digital audio and moving image content.
19+
Avalon Media System is an open source platform for managing
20+
and providing access to large collections of digital audio and
21+
moving image content.
2222
</p>
2323
<div className="mt-10 flex items-center justify-center gap-x-6">
2424
<Link href="/getting-started" className="button-primary">

0 commit comments

Comments
 (0)