Update app/routes/colles.tsx
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m14s
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m14s
This commit is contained in:
parent
0b2bc3581c
commit
3ddb63bb26
1 changed files with 2 additions and 2 deletions
|
|
@ -149,8 +149,8 @@ export default function ColleDetailPage() {
|
|||
const shareTitle = `Colle de ${colle.subject.name} - ${colle.student.firstName}`;
|
||||
const shareText = `Colle de ${colle.subject.name} du ${formatDate(
|
||||
colle.date
|
||||
)} à ${formatTime(colle.date)} - ${colle.student} avec ${
|
||||
colle.examiner
|
||||
)} à ${formatTime(colle.date)} - ${colle.student.name} avec ${
|
||||
colle.examiner.name
|
||||
}.\n\nConsultez-le résumé ici :`;
|
||||
try {
|
||||
if (navigator.share) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue