mirror of
				https://github.com/ItzCrazyKns/Perplexica.git
				synced 2025-11-03 20:28:14 +00:00 
			
		
		
		
	feat(message-actions): update rewrite button
This commit is contained in:
		@@ -10,9 +10,10 @@ const Rewrite = ({
 | 
			
		||||
  return (
 | 
			
		||||
    <button
 | 
			
		||||
      onClick={() => rewrite(messageId)}
 | 
			
		||||
      className="p-2 text-white/70 rounded-xl hover:bg-[#1c1c1c] transition duration-200 hover:text-white"
 | 
			
		||||
      className="py-2 px-3 text-white/70 rounded-xl hover:bg-[#1c1c1c] transition duration-200 hover:text-white flex flex-row items-center space-x-1"
 | 
			
		||||
    >
 | 
			
		||||
      <ArrowLeftRight size={18} />
 | 
			
		||||
      <p className="text-xs font-medium">Rewrite</p>
 | 
			
		||||
    </button>
 | 
			
		||||
  );
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user