{defaultSubmissionTypes.map((type, index) => (
diff --git a/nextjs/src/app/course/[courseName]/settings/sharedSettings.ts b/nextjs/src/app/course/[courseName]/settings/sharedSettings.ts
new file mode 100644
index 0000000..458e979
--- /dev/null
+++ b/nextjs/src/app/course/[courseName]/settings/sharedSettings.ts
@@ -0,0 +1 @@
+export const settingsBox = "border w-full p-3 m-3 rounded-md border-slate-500"
\ No newline at end of file
diff --git a/nextjs/src/app/newCourse/NewCourseForm.tsx b/nextjs/src/app/newCourse/NewCourseForm.tsx
index bd9f797..235c27f 100644
--- a/nextjs/src/app/newCourse/NewCourseForm.tsx
+++ b/nextjs/src/app/newCourse/NewCourseForm.tsx
@@ -26,7 +26,7 @@ const sampleCompose = `services:
image: alexmickelson/canvas_management:2 # pull this image regularly
user: 1000:1000 # userid:groupid that matches file ownership on host system
ports:
- - 8080:8080 # hostPort:containerPort - you can change the first one if you like
+ - 8080:3000 # hostPort:containerPort - you can change the first one if you like
env_file:
- .env # needs to have your CANVAS_TOKEN set
environment:
@@ -196,9 +196,9 @@ function OtherSettings({
getOptionName={(d) => d}
emptyOptionText="--- add a new folder to your docker compose to add more folders ---"
/>
-
+
New folders will not be created automatically, you are expected to mount
- a docker volume for each coures.
+ a docker volume for each courses.
+ Assignments, Quizzes, Pages, and Lectures will have their due dates
+ moved based on how far they are from the start of the semester.
+
+ You will still need to go through and re-order the course content, but
+ things will be within a few days of where they should be.
+