Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 📝 update copy on workshops page #145

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/app/authors/workshops/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default function WorkshopProposals() {
>
<p>
{`Workshops will be an online-only event and take place the week of
October 21. `}{`Please note that workshops `}

October 21. `}
{`Please note that workshops `}
<strong className="underline">{`will not`}</strong>
{` have a physical space
at the conference. `}
Expand Down Expand Up @@ -77,8 +77,10 @@ export default function WorkshopProposals() {
</Section>
<Section title={"Preparing and Submitting Your Workshop Proposal"}>
<p>
{` A workshop proposal must be prepared according to the ACM Master
Article Submission Templates (single column). It must be submitted via
{`A workshop proposal must be prepared according to the ACM Master
Article Submission Templates (single column). The submission`}{" "}
<strong className="underline">{` should not`}</strong>{" "}
{`be anonymized and must be must be submitted via
the PCS Submission System as a single PDF file. The proposal must be
no more than 6,000 words (excluding references) and have the following
structure:`}
Expand Down
Loading