@explorer-1/vue 0.2.52 → 0.2.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorer-1/vue",
3
- "version": "0.2.52",
3
+ "version": "0.2.53",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -281,6 +281,7 @@ const consolidatedSections = computed((): EduLessonSectionObject[] => {
281
281
  <BaseLink
282
282
  class="font-normal inline text-action underline hover:text-action-dark cursor-pointer"
283
283
  variant="none"
284
+ :to="data.studentProject?.url"
284
285
  >
285
286
  View the Project Steps
286
287
  </BaseLink>