Skip to content

Commit ff9cf56

Browse files
committed
add footer to Student Work detail view
1 parent 547ef92 commit ff9cf56

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

source/views/sis/student-work/detail.android.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ function LastUpdated({when}: {when: string}) {
135135
Last updated:
136136
{' '}
137137
{moment(when, 'YYYY/MM/DD').calendar()}
138+
{'\n'}
139+
Powered by St. Olaf Student Employment job postings
138140
</Text>
139141
: null
140142
}

source/views/sis/student-work/detail.ios.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ function LastUpdated({when}: {when: string}) {
103103
Last updated:
104104
{' '}
105105
{moment(when, 'YYYY/MM/DD').calendar()}
106+
{'\n'}
107+
Powered by St. Olaf Student Employment job postings
106108
</Text>
107109
: null
108110
}

0 commit comments

Comments
 (0)