fix: update portfolio branding to "Killian' DAL-CIN" across all documentation and components
- Corrected the name in various files including CLAUDE.md, README.md, and configuration files to reflect the updated branding. - Ensured consistency in the use of the new name throughout the project, enhancing brand identity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -39,7 +39,7 @@ defineExpose({ openGallery })
|
||||
<template>
|
||||
<UModal v-model:open="isOpen" fullscreen>
|
||||
<template #content>
|
||||
<div class="flex flex-col items-center justify-center h-full p-4 gap-4">
|
||||
<div class="flex flex-col items-center justify-center h-full p-4 gap-4" @click.self="isOpen = false">
|
||||
<div class="flex items-center justify-between w-full max-w-4xl">
|
||||
<h3 class="text-lg font-semibold">{{ projectTitle }}</h3>
|
||||
<UButton
|
||||
|
||||
Reference in New Issue
Block a user