Update app/routes/colles.tsx
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m13s
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m13s
This commit is contained in:
parent
c10cb5b2b1
commit
c91cab9997
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ export default function ColleDetailPage() {
|
|||
|
||||
const handleShare = async () => {
|
||||
const shareUrl = window.location.href;
|
||||
const shareTitle = `Colle de ${colle.subject.name} - ${colle.student.firstName}`;
|
||||
const shareTitle = `Colle de ${colle.subject.name} - ${colle.student.name}`;
|
||||
const shareText = `Colle de ${colle.subject.name} du ${formatDate(
|
||||
colle.date
|
||||
)} à ${formatTime(colle.date)} - ${colle.student.name} avec ${
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue