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

Changed GitHub URL text and submission text #27

Merged
merged 1 commit into from
Jun 14, 2023
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
5 changes: 2 additions & 3 deletions src/routes/submit-project/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ export default component$(() => {
<div class="alert-content">
<h6 class="alert-title">Project submissions need reviews.</h6>
<p class="alert-message">
We review projects manually to keep the list professional. Please
take your time when filling submission.
We review projects manually to keep the list professional. We kindly request that you take your time when submitting your project information.
</p>
</div>
</div>
Expand Down Expand Up @@ -577,7 +576,7 @@ export default component$(() => {
</li>
<li class="form-item">
<label class="label" for="github">
GitHub URL
GitHub Repository URL
</label>
<div class="input-text-wrapper">
<input
Expand Down