|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div class="flex h-screen bg-gray-50">
|
|
|
|
|
|
+ <div class="flex h-screen bg-purple-900">
|
|
<!-- Sidebar -->
|
|
<!-- Sidebar -->
|
|
<aside class="w-64 bg-[#1A1A2E] text-white flex flex-col">
|
|
<aside class="w-64 bg-[#1A1A2E] text-white flex flex-col">
|
|
<!-- Logo -->
|
|
<!-- Logo -->
|
|
@@ -85,7 +85,7 @@
|
|
<div class="flex-1 relative">
|
|
<div class="flex-1 relative">
|
|
<input
|
|
<input
|
|
type="text"
|
|
type="text"
|
|
- placeholder="Chat with GentLiteX Chatbot ..."
|
|
|
|
|
|
+ placeholder="Chat with GenliteX Chatbot ..."
|
|
class="w-full p-3 pr-12 border rounded-lg"
|
|
class="w-full p-3 pr-12 border rounded-lg"
|
|
/>
|
|
/>
|
|
<Upload class="absolute right-4 top-1/2 -translate-y-1/2 text-gray-400" />
|
|
<Upload class="absolute right-4 top-1/2 -translate-y-1/2 text-gray-400" />
|
|
@@ -125,6 +125,6 @@ const menuItems = [
|
|
]
|
|
]
|
|
</script>
|
|
</script>
|
|
|
|
|
|
-<style>
|
|
|
|
|
|
+<style scoped>
|
|
/* Additional styles can be added here if needed */
|
|
/* Additional styles can be added here if needed */
|
|
</style>
|
|
</style>
|